You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply open SSMS, open a query execution plan file (.sqlplan) using File -> Open File, or drag a plan file to SSMS window.
2
+
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.
3
+
This works with any .sqlplan files you have, even from older versions of SQL Server.
4
+
Also, this is an offline compare, so there’s no need to be connected to a SQL Server instance.
5
+
6
+
More information on the Plan Comparison Tool can beb found at https://blogs.msdn.microsoft.com/sql_server_team/tag/comparison-tool
0 commit comments