4
Good morning,
I created a new table in Sqlserver and I am testing some scripts to popular the table and I came across the following situation, in my tests I am doing the Insert in the table checking the information and if they do not agree I delete the table, only when I do this the id field that is auto incremental is not zeroing, it is continuing from the id where it stopped, for example: If I include 10 records the auto-idincremental will be at 10 if I delete the records of the table and do another Insert it starts with 11 instead of starting with 1, someone can help me?
Link Util: http://antoniocampos.net/2012/04/18/sql-server-reboot/
– novic
Related Link: https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-checkident-transact-sql
– novic