Reset SQL Server autoincrement ID

 Use the following script to reset the ID to 0


DBCC CHECKIDENT (TabaleName, RESEED, 0)


-------------------------------- Regards Shashika --------------------------------------

Comments

Popular posts from this blog

[SOLVED] The SharePoint Timer Service service terminated unexpectedly. Event ID : 7031

Nintex Forms : Print to PDF, hide the Control Buttons (Custom JavaScript Button)

FIX : The password supplied with the username Domain\Username was not correct. Verify that it was entered correctly and try again.