How to reset the value of identity Column in SQL Server ?
Here's a way to reset the value of the identity column in SQL Server . The scenario is explained below .
For example , when the table "Customers" has a identity column with the initial value of 1 and seed 1 .Each time when you start an App and perform Read More →
