Published
- 1 min read
reseed sql table primary key
The solution for this is noted below
reseed sql table primary key
Solution
DBCC CHECKIDENT ('YourTableName', RESEED, 0);
Try other methods by searching on the site. That is if this doesn’t work