Subject RE: [firebird-support] Disable trigger?
Author Paul Lopez
I would not recommend disabling triggers as you would have un-desired side effects of other transactions/connections having the trigger disabled.

I would instead consider using some other method of bypassing logic in triggers, possibly using session variables.