I'm working on UPDATE TRIGGER
It's getting more than 200 lines.
It has 4 IF UPDATE() checks
and each IF UPDATE() check
has two INSERTS.
I started worrying about performace.
Because the TRIGGER is now pretty big.
Anybody had any performance issues due to
big TRIGGERS?