View Full Version : SQL Server ? Am i right?


samhor
04-27-2009, 09:40 AM
is a SQL Server - you can have one databse running but with several people using it at the same time and no data gets overwritten...


Any good free sites?

SQL_Hell
04-27-2009, 11:43 AM
Hi,

Please clarify your question, what do you mean by no data overwritten?

samhor
04-27-2009, 11:45 AM
Overwritten such as when several people using the same table and autonumbers are created they wont be overwritten will they ?

SQL_Hell
04-27-2009, 11:50 AM
No autonumbers will be overwritten by default, but how you collect the autonumber for forreign key relationships is a key area of coding and will depend on how well you code your insert queries.