Introduction:
In this article I will explain how to reset identity column value of table in in SQL server.
In this article I will explain how to reset identity column value of table in in SQL server.
Description:
In previous post I explained how set identity or auto increment column in SQL server. After set identity property on particular column I inserted few records in table and that value automatically increase whenever I inserted data that would be like this