Disabling a Specified Trigger in MS SQL Server
To disable a TRIGGER specified in MS SQL Server, the following procedure is followed.
ALTER TABLE {Table Name} DISABLE TRIGGER {Trigger Name}
To disable a TRIGGER specified in MS SQL Server, the following procedure is followed.
ALTER TABLE {Table Name} DISABLE TRIGGER {Trigger Name}