仅当应用了列的列表 并且 identity_insert 为 on 时 才能在表 中为标识列指定显式值
仅当使用了列的列表 并且 identity_insert 为 on 时 才能在表 中为标识列指定显式值。
SET IDENTITY_INSERT products2 ON
INSERT INTO products2 (id, product) SELECT * FROM products