Hi,
I have a table with, say, 10 Columns, the primary key of the table defines itself by the first 3 columns(A,B & C,say).
I would like to add datasets to the table incrementing the values of columns A,B and C.
Now, with Oracle, I would use the Create Sequence command. How do I get around this problem with SQL-Server, since this command doesn't exist here????
Thanks in advance.
I have a table with, say, 10 Columns, the primary key of the table defines itself by the first 3 columns(A,B & C,say).
I would like to add datasets to the table incrementing the values of columns A,B and C.
Now, with Oracle, I would use the Create Sequence command. How do I get around this problem with SQL-Server, since this command doesn't exist here????
Thanks in advance.