|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
sys.dm_exec_query_planThis SQL2005 function returns the query plan in XML format. Is there any
existing function that will take that XML and produce the plan in a presentable format? perhaps like what you get when using Server Management Studio? Thanks Tom if you give the xml file the extension .sqlplan then open it in SSMS you will get a graphic view of the plan.
|
|||||||||||||||||||||||