Which command is used to re-seed the identity value?
DBCC CHECKIDENT can be used to manually set a new current identity value for the identity column.
DBCC CHECKIDENT ("Sales.ProductType", RESEED, 10);
Read More..   [50 clicks]
Published under: SQL Server Interview Questions · · · ·