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 is Failover Clustering in SQL Server ?

Getting the Id of MS SQL Server Last Entered Record

What is the Difference Between DB Mirroring and Log Shipping in S ...

What is CHECKPOINT Process in the SQL Server ?

General Information List of All Allowed Databases in MS SQL Serve ...