12

Are there any tools / XSLT style sheets around for transforming the XML execution plans returned by Microsoft Visual Studio into HTML?

Failing that, does anyone know of any techniques that can be used to display charts in HTML suitable for displaying execution plans?

Justin
  • 84,773
  • 49
  • 224
  • 367

1 Answers1

23

I couldn't find one so I made one myself

https://github.com/JustinPealing/html-query-plan

Screenshot

Its currently being used on the Stack Exchange Data Explorer, Paste the Plan and Azure Data Studio.

Justin
  • 84,773
  • 49
  • 224
  • 367
  • 5
    [Any input to this question?](http://dba.stackexchange.com/questions/14727/interpreting-sql-servers-showplan-xml) – Martin Smith Mar 09 '12 at 20:33
  • This is very nice. Would be even better there was a ZIP file to be downloaded that contained all the necessary files. –  Oct 19 '12 at 11:16