In this blog post, let’s learn about the error message “21552 – Merge data definition language (DDL) error: Dropping a column used in a row filter or a join filter is not allowed. To drop a column used in a row filter, first change the row filter using sp_changemergearticle. To drop a column used in a join filter, first drop the join filter using sp_dropmergefilter.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21552 – Merge data definition language (DDL) error: Dropping a column used in a row filter or a join filter is not allowed. To drop a column used in a row filter, first change the row filter using sp_changemergearticle. To drop a column used in a join filter, first drop the join filter using sp_dropmergefilter.
Reason for the Error
To be update soon…
Solution
To be update soon…