In this blog post, let’s learn about the error message “21811 – Cannot drop the column ‘%s’ because it is used by replication: it is referenced in a filter or view by article ‘%s’. To drop the column, you must first remove the filter from the article.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21811 – Cannot drop the column ‘%s’ because it is used by replication: it is referenced in a filter or view by article ‘%s’. To drop the column, you must first remove the filter from the article.
Reason for the Error
To be update soon…
Solution
To be update soon…