I would like to have a nice template for doing this in development.
|
feedback
|
|
Just a word of warning with:
If you did not truncate the table, and the identity column is the PK, you will get an error when reaching pre-existing identites. For example, you have identities (3,4,5) in the table already. You then reset the identity column to 1. After the identity 2 is inserted, the next insert will try to use the identity 3, which will fail. | |||
feedback
|
|
To set the identity to 100:
Aww snap! | |||||||
feedback
|
will reset the value to its original seed. @Darren Kopp: aye smacks forhead | ||||
|
feedback
|