After my last post I got a few mails asking me how to reset the Auto Increment ID, or how to set the next ID to a certain value.
Well, here you go:
- Open up SQL Enterprise/SQL Server Manager
- Open the relevant database
- Right click on the relevant table and choose ‘Modify’
- Select the auto increment / identity column
- Find the Identification Specification option and expand
- Now you can change the Identity seed to the desired value(remember to make it more than the MAX of that column of the current data)