Table '%.*s' does not have the identity property, unable to 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.