When we delete data from a database table in SQL Sever, we want the ID to start again at 1 instead of the command that follows the last ID.

Source: Internet
Author: User

First, if the data is important, please back up the data

Second, delete the data in the table

Sql:delete from (' Table name ')

such as: Delete from ABCD

Third, execute the new statement

SQL:DBCC checkident (' table name ', reseed,0)

such as: DBCC CHECKIDENT (' ABCD ', reseed,0)

Note:

{

DBCC checkident (' table_name ', reseed, New_reseed_value)

Checks the current identity value of the specified table and, if necessary, corrects the identity value.

}

Once this is done, the newly inserted data ID will start at 1.

Http://jingyan.baidu.com/article/020278118f65e11bcd9ce542.html

When we delete data from a database table in SQL Sever, we want the ID to start again at 1 instead of the command that follows the last ID.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.