Any chance this project (in the future) also can compose a "simple text" plan from the XML Content
like the output from set statistics profile on or similar!
That will be really helpful if you want to include a "showplan" output in any automatic warning mails (because mail content normally cant run JavaScript)
I have a monitoring tool (DbxTune -- https://github.com/goranschwarz/DbxTune), and for SQL Server I use your tool to visualize captured showplans!
But it also sends various alarms (vi mail or other methods), and in there I would like to have a "simpler text" representation of the plan, just to get a hint of what to plan does!
What do you think about this?
Any chance this project (in the future) also can compose a "simple text" plan from the XML Content
like the output from
set statistics profile onor similar!That will be really helpful if you want to include a "showplan" output in any automatic warning mails (because mail content normally cant run JavaScript)
I have a monitoring tool (DbxTune -- https://github.com/goranschwarz/DbxTune), and for SQL Server I use your tool to visualize captured showplans!
But it also sends various alarms (vi mail or other methods), and in there I would like to have a "simpler text" representation of the plan, just to get a hint of what to plan does!
What do you think about this?