In this blog post, let’s learn about the error message “21574 – Cannot add a logical record relationship because the article ‘%s’ is published in publication ‘%s’, which has a compatibility level lower than 90RTM. Use sp_changemergepublication to set the publication_compatibility_level to 90RTM.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21574 – Cannot add a logical record relationship because the article ‘%s’ is published in publication ‘%s’, which has a compatibility level lower than 90RTM. Use sp_changemergepublication to set the publication_compatibility_level to 90RTM.
Reason for the Error
To be update soon…
Solution
To be update soon…