dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Display Some Type Of Output/Report For Execution Plans #37

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

The execution plan for a query can be obtained from SQL Server.

There's probably a number of ways that this can be handled, and of course this could get rather time consuming depending on how one goes about rendering the plan (I.E. Go SSMS style and show icons for each node in the plan, etc.)

A C# example can be found here:

https://stackoverflow.com/questions/25879543/are-there-any-way-to-programmatically-execute-a-query-with-include-actual-execut