SQL Server Error Code – 21579 article “%s” in publication “%s” does no

In this blog post, you’ll learn more about the SQL Server Error Code 21579 and the error message description that is shown

SQL Server Error Code

21579

SQL Server Error Description for the Code :21579

Article “%s” in publication “%s” does not qualify for the partition option that you specified. You cannot specify a value of  2 or 3 (nonoverlapping partitions) for the @partition_options parameter because the article is involved in multiple join filters. Either select a value of 0 or 1 for the @partition_options parameter, or drop all but one of the join filters by using sp_dropmergefilter.

Leave Your Comment