html-query-plan
html-query-plan copied to clipboard
Add Execution Time in the output
What about adding Execution Time, just below the "Cost: #%" in the output?
The XML propert "ActualElapsedms" and "ActualCPUms" are there, why not display it, if they are present in the plan :)
<RunTimeInformation>
<RunTimeCountersPerThread Thread="0" ActualRows="10" Batches="0" ActualEndOfScans="1" ActualExecutions="1" ActualExecutionMode="Row" ActualElapsedms="4" ActualCPUms="4" />
</RunTimeInformation>
But possibly this is not maintained anymore ???