DBCC CHECKIDENT Get link Facebook X Pinterest Email Other Apps By Jayesh L - March 29, 2012 QuestionWhich command is used reseed the identity value?AnswerDBCC CHECKIDENT can be used to manually set a new current identity value for the identity column.DBCC CHECKIDENT ("Sales.ProductType", RESEED, 10); Get link Facebook X Pinterest Email Other Apps Comments
Comments