Disable All Triggers in MS SQL Server Table

In MS SQL Server, run the code below to disable all TRIGGERs in a table.

ALTER TABLE {Table Name} DISABLE TRIGGER ALL


You May Interest

What are Table Valued Parameters ?

What are the System Data Collection Sets Predefined Inside SQL Se ...

What is the Difference Between UNION and UNION ALL in SQL Server ...

What is Data Collector in SQL Server ?

What is Blocking in SQL Server ?