In this blog post, let’s learn about the error message “21766 – Table %s contains an identity column that is marked as Not For Replication, but the @identitymanagementoption parameter of sp_addarticle is set to ‘none’. To support immediate updating subscriptions, specify a value of ‘manual’ or ‘auto’ for @identitymanagementoption.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21766 – Table %s contains an identity column that is marked as Not For Replication, but the @identitymanagementoption parameter of sp_addarticle is set to ‘none’. To support immediate updating subscriptions, specify a value of ‘manual’ or ‘auto’ for @identitymanagementoption.
Reason for the Error
To be update soon…
Solution
To be update soon…