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

Using MS SQL If Else

Creating a View in MS SQL

MS SQL Getting List of All Column Names of a Table

Getting List of All Server Databases in MS SQL

What is Utility Control Point (UCP) in SQL Server ?