1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Revert "Create README.md"

This commit is contained in:
Pedro Lopes
2016-09-15 16:20:06 -07:00
committed by GitHub
parent 1932285ce8
commit 8391df0965

View File

@ -1,6 +0,0 @@
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 pull the other saved plan file for comparison.
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 be found at https://blogs.msdn.microsoft.com/sql_server_team/tag/comparison-tool