SQL Server Error Msg 21521 – Some generation values are above the upper limit of %d used in SQL Server 2000. Change the publication_compatibility_level of the publication to 90 to make this work.

In this blog post, let’s learn about the error message “21521 – Some generation values are above the upper limit of %d used in SQL Server 2000. Change the publication_compatibility_level of the publication to 90 to make this work.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

21521 – Some generation values are above the upper limit of %d used in SQL Server 2000. Change the publication_compatibility_level of the publication to 90 to make this work.

Reason for the Error

To be update soon…

Solution

To be update soon…