SyntaxFix
Write A Post
Hire A Developer
Questions
If you have a table with an IDENTITY column that you want to reset the next value for you can use the following command:
ALTER TABLE <table name> ALTER COLUMN <column name> RESTART WITH <new value to restart with>;