Which component(s) does this affect?
Problem Statement
When using sp_QuickieStore, I often use the filter @execution_type_desc.
I would like to have that possibility here too.
Proposed Solution
- Add a new option
Execution Type to the Search By drop-down
- Show a new drop-down
ExecutionTypeBox with the three options: regular, aborted and exception, default to regular
- This will apply an
AND rs.execution_type_desc = @executionTypeDesc
- If the user selects a different
Search By option, the ExecutionTypeBox is hidden and the SearchValueBox text box is shown.
- Add a column named "Execution Type" in both grids "QueryStoreGridControl" and "QueryStoreHistoryWindow".
Use Case
Being able to filter Query Store entries related to execution type: Aborted or Exception.
Alternatives Considered
Manually run sp_QuickieStore.
Which component(s) does this affect?
Problem Statement
When using sp_QuickieStore, I often use the filter
@execution_type_desc.I would like to have that possibility here too.
Proposed Solution
Execution Typeto theSearch Bydrop-downExecutionTypeBoxwith the three options:regular,abortedandexception, default toregularAND rs.execution_type_desc = @executionTypeDescSearch Byoption, theExecutionTypeBoxis hidden and theSearchValueBoxtext box is shown.Use Case
Being able to filter Query Store entries related to execution type:
AbortedorException.Alternatives Considered
Manually run sp_QuickieStore.