trigger causing locks?
I am not sure if it is after I implemented the triggers to the table or not. But the system is having lots of deadlocks. My trigger is after insert and update of the original table, then insert and update the copy table. Is there a way to find out if it is the trigger that is causing the lock? How to find out the sql statement that is causing the locks?
0