Is there a way to determine if a trigger on any given table affects one other specific table?
My actual problems is rows being deleted from a table, and I am confident it happens from a trigger on another table. I need to find this "other table" (there are several hundred tabels).
Thx in advance!
Regards /Snedker