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?
Execute a DISABLE TRIGGER via a SqlCommand