Viewing 2 posts - 1 through 3 (of 3 total)
Not to beat a dead horse but it is an interesting problem:-)
How about something like:
for table junk -- create table junk (a char(15), b datetime, c int)
create table #tom (z...
May 2, 2003 at 8:08 am
#455998
How about taking a step back to the design and including a sequence number which is unique to each table. When you insert the data, look up the sequence...
May 2, 2003 at 7:16 am
#455984