Subject Re: [firebird-support] Disable trigers
Author Ivan Prenosil
> I need to dissable a trigger fired on insertion during a stored
> procedure, but not lucky doing it.

Another method is to create view on table, and create trigger
for that view instead of directly for table.
If you want trigger to fire - use view,
if you do not want trigger - use the table directly.

Ivan
http://www.volny.cz/iprenosil/interbase/