Reseed identity column
Remove all the rows in table and then execute below query.
DECLARE @rows=1
DBCC CHECKIDENT(‘Tablename’, RESEED, @rows)
DECLARE @rows=1
DBCC CHECKIDENT(‘Tablename’, RESEED, @rows)
Remove all the rows in table and then execute below query. DECLARE @rows=1 DBCC CHECKIDENT(‘Tablename’, RESEED, @rows)
4:43 AM4:43 AM Raghunatha 0 Comments
0 comments: