Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

António Vargas - SharePoint 2010


.Net
SharePoint
Silverlight

Browse by Tags

All Tags » SQL Server   (RSS)
Sorry, but there are no more tags available to filter with.
Reset Identity value
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...