Is there a way to programmatically convert a SQL Server query plan to an image?

Posted by Ben Challenor on Stack Overflow See other posts from Stack Overflow or by Ben Challenor
Published on 2010-03-16T10:51:16Z Indexed on 2010/03/18 15:21 UTC
Read the original article Hit count: 318

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.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql-server-management-stu