In this blog post, let’s learn about the error message “22528 – Cannot use a retention period unit other than “days” for publication “%s” because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
22528 – Cannot use a retention period unit other than “days” for publication “%s” because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM.
Reason for the Error
To be update soon…
Solution
To be update soon…