I'd like to be able to convert SQL Server query plans from XML to images. Ideally a vector format, but a bitmap would do.
Is there an open source library to do this? Or can I use one of the SQL Server Management Studio DLLs?
Thanks.
I'd like to be able to convert SQL Server query plans from XML to images. Ideally a vector format, but a bitmap would do.
Is there an open source library to do this? Or can I use one of the SQL Server Management Studio DLLs?
Thanks.
MySQL workbench helps visualise a database. Not sure about MSSQL.
I have seen people do some pretty funky stuff with XSLT. The most impressive was a modifying CAD style XML output from one app to another for importing.
You could use XSLT to create WPF markup, or PostScript... There are a few options there...
in SSMS 2008 you just right click on your execution plan and choose 'selected execution plan' and save picture to clipboard (or file)
SO you could open your xml queryplan in ssms and save it to picture file