Reset autonumber (ID) in SQL Server
Database
2
Posts
1
Posters
0
Views
1
Watching
-
Hi. Is it possible to reset the autonumber of a ID in MS SQL Server?
Regards, Matjaž
-
Hi. Is it possible to reset the autonumber of a ID in MS SQL Server?
Regards, Matjaž
OK, found it on Google. I had to run a query "DBCC CHECKIDENT (yourtable, reseed, 34)". Got it off of a . Pinal Dave blog
Regards, Matjaž