Hi,
I have an insert trigger which changes some data and records an entry in a log table. The changes cause the update trigger which records a further entry in the log file. How can I stop the update trigger from firing when the data is changed by the insert trigger?
Craig
I have an insert trigger which changes some data and records an entry in a log table. The changes cause the update trigger which records a further entry in the log file. How can I stop the update trigger from firing when the data is changed by the insert trigger?
Craig