SQL Server Error Msg 21528 – Publication ‘%s’ cannot be added to database ‘%s’, because a publication with a higher compatibility level already exists. All merge publications in a database must have the same compatibiliy level.

In this blog post, let’s learn about the error message “21528 – Publication ‘%s’ cannot be added to database ‘%s’, because a publication with a higher compatibility level already exists. All merge publications in a database must have the same compatibiliy level.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

21528 – Publication ‘%s’ cannot be added to database ‘%s’, because a publication with a higher compatibility level already exists. All merge publications in a database must have the same compatibiliy level.

Reason for the Error

To be update soon…

Solution

To be update soon…