Subject How can I run an "Update Table" with no triggers?
Author fabianchocron
I wonder if it's possible to run an Update on a Table but without
executing all triggers?
Something like

Update Invoices "With no Triggers"
set Total_Amount = 0
where clientcode = '123'