If You want to reset the Identity value in your table,like you want to start next row of your table from say identity 30,you can use as
DBCC CHECKIDENT (yourtableName, reseed, 30)
Now if you want your table to start with an identity of 1 with the next insert then table should be reseeded with the identity to 0
e32afdc6-60eb-4e4c-9a64-41fb58d61792|0|.0
Categories:
30. January 2012
Tags: