Viewing 3 posts - 1 through 3 (of 3 total)
The way that these things usually work is that the post drifts downwards in the list as people fail to reply. If someone replies usually the post goes to the...
January 11, 2009 at 5:28 pm
#925077
I guess that practically speaking you would have to do something along the lines of:
1. Create a transaction and lock the destination table.
2. Check that the current identity value is...
January 8, 2009 at 1:57 pm
#923689
If you are inserting the data as a series of discrete steps why don't you just read the scope_identity() after each insert?
January 8, 2009 at 1:46 pm
#923673