Remove all the rows in table and then execute below query. DECLARE @rows=1 DBCC CHECKIDENT(‘Tablename’, RESEED, @rows)

Reseed identity column

4:43 AM Raghunatha 0 Comments

Remove all the rows in table and then execute below query.

DECLARE @rows=1

DBCC CHECKIDENT(‘Tablename’, RESEED, @rows)

0 comments:

Powered by Blogger.