Wednesday, 30 March 2011
Reset SQL identity to a custom value (RESEED)
--Replace tblName and 0 with the number you wish to reset the default value to
DBCC CHECKIDENT('tblName', RESEED, 0)
Subscribe to:
Posts (Atom)
Web Development solutions using .NET