Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Identity columns and concurrent bulk-inserts

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-10-10 : 07:55:11
TL writes "I have a index on a table. I bulk-insert information into that table. If two bulk-inserts occur at the same moment, will the one insert complete before the other one, or can it occur that the data is inserted 'mixed'. If it can, how can I avoid getting mixed data? (I want to use the index for navigation on the front-end)."
   

- Advertisement -