DBCC CHECKIDENT('TableName', RESEED, 0)
Note that after running DBCC CHECKIDENT('TableName', RESEED, 0)
:
– Newly created tables will start with identity 0
– Existing tables will continue with identity 1
DBCC CHECKIDENT('TableName', RESEED, 0)
Note that after running DBCC CHECKIDENT('TableName', RESEED, 0)
:
– Newly created tables will start with identity 0
– Existing tables will continue with identity 1