|
|
|
|
Browse by Tags
All Tags » query plans » XML (RSS)
-
For those of you using the SQL Server 2008 R2 version of Management Studio, and have applied Service Pack 1, you have probably noticed that clicking on a ShowPlan in grid results no longer shows the graphical plan, but rather opens a new window with the raw XML.
For example, running the following query:
SELECT TOP (5) ...
|
|
|
|
|