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? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -