0
Q:

identity_insert is set to off

SET IDENTITY_INSERT sometableWithIdentity ON

INSERT sometableWithIdentity (IdentityColumn, col2, col3, ...)
VALUES (AnIdentityValue, col2value, col3value, ...)

SET IDENTITY_INSERT sometableWithIdentity OFF
4
SET IDENTITY_INSERT tbl_content ON
1

New to Communities?

Join the community