Is there a way to programmatically convert a SQL Server query plan to an image?
- by Ben Challenor
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.