SQLUSA

Microsoft SQL Server 2005 Best Practices

 

How to disable a trigger?

 

Execute the following script in Query Editor to disable an active trigger:

ALTER TABLE TableName DISABLE TRIGGER TriggerName;
GO


 

The World Leader in SQL Server Training
 
 
SQLUSA.com Home Page