In this blog post, let’s learn about the error message “21234 – Cannot use the INSERT command because the table has an identity column. The insert custom stored procedure must be used to set ‘identity_insert’ settings at the Subscriber.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21234 – Cannot use the INSERT command because the table has an identity column. The insert custom stored procedure must be used to set ‘identity_insert’ settings at the Subscriber.
Reason for the Error
To be update soon…
Solution
To be update soon…