Identity Column
Database
4
Posts
4
Posters
0
Views
1
Watching
-
How to Resize the Identity column values after delete the Row and Insert the New Row. Mohan Balal
-
How to Resize the Identity column values after delete the Row and Insert the New Row. Mohan Balal
If you are asking about reseting the table identity once you have deleted all the rows, then use DBCC CHECKIDENT to reseed or reset Identity column.
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com http://jaiprakash.blog.com/
-
How to Resize the Identity column values after delete the Row and Insert the New Row. Mohan Balal
It will helpful for you: http://msdn2.microsoft.com/en-us/library/ms176057.aspx[^]
Pavan Pareta