sql server - How to reset table id 1 without using table truncate -
how start table primary key , identity id 1 without using table truncate in sql-server.
there console command this
https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-checkident-transact-sql
dbcc checkident
Comments
Post a Comment