SQL Server: Script to reset Table Identity using DBCC CHECKIDENT

In this post, I am sharing an important DBCC command to reset or change the current value of Table Identity Column in SQL Server. I found that this is a most famous question from SQL Server Professional, so I am also interested in writing a small note on this. Using DBCC CHECKIDENT, you can reseed … Continue reading SQL Server: Script to reset Table Identity using DBCC CHECKIDENT