Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Calculations with Queries

    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...

  • RE: Calculations with Queries

    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...

Viewing 2 posts - 1 through 3 (of 3 total)