One of my favorite little bits of information about Extended Events is the fact that everyone running a full instance of SQL Server has deadlock information available to them, even if they never enabled Trace Flag 1222 through the system_health session. That captures the xml_deadlock_report which has the full deadlock graph. However, what if you […]
The post Extended Events for Anything But Query Tuning: xml_deadlock_report_filtered appeared first on Grant Fritchey.