html-query-plan icon indicating copy to clipboard operation
html-query-plan copied to clipboard

View properties displayed in the "properties pane" (in SSMS)

Open JustinPealing opened this issue 6 years ago • 0 comments

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.

JustinPealing avatar Aug 05 '18 16:08 JustinPealing