问题
Is there any way to enable or disable a SQL SERVER trigger programmatically in C#, or do I have to modify the trigger itself to control whether or not my code invokes it?
回答1:
Execute a DISABLE TRIGGER via a SqlCommand
来源:https://stackoverflow.com/questions/2838062/enable-disable-trigger-via-code-c-sharp