Reset identity seed in SQL Server

 DBCC CHECKIDENT ('TableName', RESEED, 1000); 

Comments

Popular posts from this blog

This content database has a schema version which is not supported in this farm

Difference between Application Page and Site Pages

Check current user exists in a group using an AJAX call