Cannot insert explicit value for identity column in table
Recently, I tried force a value into the identity column, SQL Server stoped me with the error Cannot insert explicit value for identity column in table when IDENTITY_INSERT is set to OFF. Cannot insert explicit value for identity column in table I was executing the following query. SQL After executing the query above, I got … Read more