html-query-plan
html-query-plan copied to clipboard
View properties displayed in the "properties pane" (in SSMS)
See Microsoft/sqlopsstudio#2140
There is currently no way to see most of the operator / plan properties that are displayed in SSMS on the properties pane, and not in the tooltip. These include thing like the compiled values for parameters, what the heck a compute scalar is doing, partition elimination information, the scan direction for an index operation, and a more readable view for the predicates / seek predicates on a query.