Today, i needed to reset the Identity value for one column in the SQL Server database. I used the following commando to view the current identity value: DBCC CHECKIDENT ('TableName1', NORESEED) and then, it returned the following message: Checking
Read More...