Trigger Events
Dear All
I have two table ABC and XYZ. An AFTER INSERT has been applied to both tables FOR EACH ROW. I want to capture updated value of table ABC of ColumnA. But problem is that table ABC is updated after XYZ. A procedure is being run through table XYZ. I want if ColumnA is updated then trigger of XYZ should not fired. How is this possible??