SSMS Tips and Tricks 6-4: Saving and sharing deadlock graphs
In an earlier post, I described how query plans could be saved as .sqlplan file, shared, and loaded again in SSMS. It’s also possible to extract them out of SQL Server Profiler or Extended Events Profiler.
This is useful, but the same applies to deadlock graphs. SQL Server 2005 added Deadlock graph as a type of event in SQL Server Profiler. (It’s also part of Extended Events Profiler).
If I open a new trace in Profiler, I can add Deadlock graph to the list of events:
2025-09-10



