SQL Server Error Code – 20650 cannot enable data definition language (

In this blog post, you’ll learn more about the SQL Server Error Code 20650 and the error message description that is shown

SQL Server Error Code

20650

SQL Server Error Description for the Code :20650

Cannot enable data definition language (DDL) replication (a value of “true” for the @replicate_ddl parameter) for publication “%s”. This is because the compatibility level of the publication is lower than 90RTM. For new publications, in the stored procedure sp_addmergepublication, set the @publication_compatibility_level parameter to 90RTM; for existing publications, use sp_changemergepublication.

Leave Your Comment