Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for visualising execution xml plans as HTML

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?

like image 292
Justin Avatar asked Jan 26 '11 00:01

Justin


1 Answers

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.

like image 156
Justin Avatar answered Sep 19 '22 06:09

Justin