Tools for visualising execution xml plans as HTML

佐手、 提交于 2019-12-03 06:08:11

问题


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?


回答1:


I couldn't find one so I made one myself

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

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



来源:https://stackoverflow.com/questions/4800473/tools-for-visualising-execution-xml-plans-as-html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!