Subject | How can I run an "Update Table" with no triggers? |
---|---|
Author | fabianchocron |
Post date | 2006-12-08T01:51:46Z |
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'
executing all triggers?
Something like
Update Invoices "With no Triggers"
set Total_Amount = 0
where clientcode = '123'