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

Creating a Stored Procedure in MS SQL

Creating a View in MS SQL

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

Using MS SQL Order By

Using MS SQL DISTINCT