On my servers, there are a lot of triggers. I would like to track these triggers run time, how often they are running, databases and tables they are residing in.
I tried using extended events via the pair_matching on *_stmt_start and *_stmt_complete but it is working. I tried to use profiler to see if I can get some idea of what i should be looking for but even profiler, the default settings doesn't capture any of the triggers when they are fired.
Can anyone shed some light on this?
Thanks,