A trigger is a set of SQL statements that automatically execute or fire when a specified event occurs on a specified table. Triggers are particularly useful for enforcing business rules, maintaining ...
I have a 3rd party app that I suspect is behaving badly (actually, I'm about 99.9% sure it is). When I save changes to the database, it executes what should be (as near as I can tell) about 20 SQL ...