YOu can set this option for the table to insert explicit value in the identity column
SET TEMPORARY OPTION IDENTITY_INSERT = 'Employees'
To turn the option off, specify the equals sign and an empty string:
SET TEMPORARY OPTION IDENTITY_INSERT = ''
YOu can set this option for the table to insert explicit value in the identity column
SET TEMPORARY OPTION IDENTITY_INSERT = 'Employees'
To turn the option off, specify the equals sign and an empty string:
SET TEMPORARY OPTION IDENTITY_INSERT = ''