Skip to content

Commit e58b398

Browse files
authored
Merge pull request microsoft#126 from Microsoft/pmasl-patch-7
Create README.md
2 parents a74d3b8 + 03e8c33 commit e58b398

File tree

1 file changed

+6
-0
lines changed
  • samples/demos/mssqltiger/Plan-Comparison/Offline

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
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

Comments
 (0)