SQLServer, only when the column list is used and IDENTITY_INSERT is ON, you can specify an explicit value for the ID column in table xx, sqlserveridentity

Source: Internet
Author: User

SQLServer, only when the column list is used and IDENTITY_INSERT is ON, you can specify an explicit value for the ID column in table xx, sqlserveridentity


Scenario: if the primary key of the table or one of the columns uses IDENTITY () for auto-increment, but you want to manually specify a value for this column, use the following solution:

Set identity_insert table name ON

Use this command to set the auto-incrementing column of the Table to ON

Then use:

SELECT 3, 0, 'badand', 141,0, 2, '20180101', '09 24 133 PM ', '20180101', '09 24 2008 PM', 0, 'null'

Insert data (Select is used, and Insert into cannot be used ).


After the insertion is complete, set the column to OFF.


Set identity_insert [agent_ctm_shopgroup_tbl] OFF


Related Article

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.