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

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

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

Building a Top Navigation Menu Component in Power Apps