Hi all,it seems that ever since we upgraded to SP2 CU1 we can no longer open XML link to graphical query plan :(SELECT top 100 [qp].[query_plan] FROM sys.dm_exec_cached_plans cp CROSS APPLY sys.dm_exec_sql_text (cp.plan_handle) st CROSS APPLY sys.dm_exec_query_plan (cp.plan_handle) qp If I click on the output and this shows the showplan xml. How do I view the graphical plan from this?Thanks in advance!It's exactly the same problem as here:http://www.sqlservercentral.com/Forums/Topic1220343-1550-1.aspx
↧