Hi,
I have a couple questions about what happens when people insert at the same time
Case 1
Suppose that I have a table and two different users. User 1 does a bulk insert in the table. While this bulk insert is being performed, User 2 inserts a record. Will User 2's record appear at the end of the bulk insert, at the beginning of the bulk insert, or in the middle?
Case 2
Suppose that I have a table and two different users. User 1 opens a transaction and does a bunch of separate insert statements. While User 1 is preforming these statements, User 2 inserts a record. Again, will User 2's record appear at the end of the bulk insert, at the beginning of the bulk insert, or in the middle?
Thanks a bunch
I have a couple questions about what happens when people insert at the same time
Case 1
Suppose that I have a table and two different users. User 1 does a bulk insert in the table. While this bulk insert is being performed, User 2 inserts a record. Will User 2's record appear at the end of the bulk insert, at the beginning of the bulk insert, or in the middle?
Case 2
Suppose that I have a table and two different users. User 1 opens a transaction and does a bunch of separate insert statements. While User 1 is preforming these statements, User 2 inserts a record. Again, will User 2's record appear at the end of the bulk insert, at the beginning of the bulk insert, or in the middle?
Thanks a bunch