Hi,
I'm trying to add a rule in a MS SQL 2000 database that will ensure a set order in a table.
I have a table that has a sequence column, I would like to prevent any gaps or duplicate entries into this column.
For example. If I have five rows and they are ordered 1,2,3,4,5 and I remove number 3 and place it after 5, I want to make sure that I don't end up with 1,2,4,5,6
Thanks in advance for your response.
Mike
I'm trying to add a rule in a MS SQL 2000 database that will ensure a set order in a table.
I have a table that has a sequence column, I would like to prevent any gaps or duplicate entries into this column.
For example. If I have five rows and they are ordered 1,2,3,4,5 and I remove number 3 and place it after 5, I want to make sure that I don't end up with 1,2,4,5,6
Thanks in advance for your response.
Mike