SQL Server Error Code – 20639 cannot enable the publication to support

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

SQL Server Error Code

20639

SQL Server Error Description for the Code :20639

Cannot enable the publication to support non-SQL Server subscriptions because the publication is enabled for updatable subscriptions. To support non-SQL Server subscriptions, drop the existing publication and create a new one with the properties allow_sync_tran and allow_queued_tran set to ‘false’.

Leave Your Comment