Table '%.*ls' does not have the identity property. Cannot perform SET operation.
You have attempted to use the SET IDENTITY_INSERT property on a table that does not contain an identity column.
Double-check the table in question by using the sp_help tblName stored procedure to verify the identity column information.
Errors 8000-8999 | sp_help |
SET IDENTITY_INSERT |