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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -