In this blog post, let’s learn about the error message “21825 – Can not drop constraints in the same DDL statement which drops columns from table %s because the table is published, please use separate DDL statement.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21825 – Can not drop constraints in the same DDL statement which drops columns from table %s because the table is published, please use separate DDL statement.
Reason for the Error
To be update soon…
Solution
To be update soon…