In this blog post, let’s learn about the error message “21541 – Cannot complete ALTER TABLE command. Do not execute the command ‘ALTER TABLE table_name DISABLE TRIGGER ALL’ on a published table. Reissue multiple ‘ALTER TABLE table_name DISABLE TRIGGER trigger_name’ statements to disable each trigger individually on the given table.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
21541 – Cannot complete ALTER TABLE command. Do not execute the command ‘ALTER TABLE table_name DISABLE TRIGGER ALL’ on a published table. Reissue multiple ‘ALTER TABLE table_name DISABLE TRIGGER trigger_name’ statements to disable each trigger individually on the given table.
Reason for the Error
To be update soon…
Solution
To be update soon…