Viewing 4 posts - 1 through 4 (of 4 total)
Let me see if I can respond to both of the suggestions. Regarding turning identity on and off, is that session specific or table specific? If session specific then that...
March 27, 2003 at 12:29 pm
Temp tables with identity columns as suggested seem to be the easiest way for us to get going with this. We are going to give it a try and see...
March 17, 2003 at 5:07 pm
My vision is quite clouded these days. For good or otherwise I am loading records into a work table we use for printing reports and doing other processing. Our performance...
March 10, 2003 at 7:08 am
We cannot use identity because the table we are using is also processed by some program content that we have and the program content assigns the sequence number programmatically. I...
March 3, 2003 at 6:04 pm
Viewing 4 posts - 1 through 4 (of 4 total)