In this blog post, let’s learn about the error message “21338 – Cannot execute sp_dropmergearticle if the publication has a Subscriber that is running on a version of SQL Server 2000 or earlier. Drop and re-create the publication without the article ‘%s’ or set the publication compatibility level of publication ‘%s’ to ’90RTM’ before calling sp_dropmergearticle.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21338 – Cannot execute sp_dropmergearticle if the publication has a Subscriber that is running on a version of SQL Server 2000 or earlier. Drop and re-create the publication without the article ‘%s’ or set the publication compatibility level of publication ‘%s’ to ’90RTM’ before calling sp_dropmergearticle.
Reason for the Error
To be update soon…
Solution
To be update soon…