Is there a way to get information about other events related the the process, that where not caught by SQL-server profiler (not included in filter list).
For instance, if I only trace the deadlock-graphs and when I catch that kind of event, can I somehow get info about, say, the BatchStarted or BatchCompleted event that happened before/after the caught event inside the same process?
I'm in a situation when I want to know to values of parameters used in the query, but the deadlock-graph event does not provide such info. I can re-configure the profiler to trace other events but I don't know how to reproduce the deadlock.