1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/demos/Plan-Comparison/Offline/README.md

7 lines
614 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Simply open SSMS, open a query execution plan file (.sqlplan) using File -> Open File, or drag a plan file to SSMS window.
Once the file opens, right-click anywhere inside the tab (not necessarily on top of an operator) and select “Compare Showplan” to get the other .sqlplan file to compare.
This works with any .sqlplan files you have, even from older versions of SQL Server.
Also, this is an offline compare, so theres no need to be connected to a SQL Server instance.
More information on the Plan Comparison Tool can beb found at https://blogs.msdn.microsoft.com/sql_server_team/tag/comparison-tool