Skip to content

Commit cd71bfe

Browse files
committed
Corrects parameterization warning query
Closes #1118
1 parent 8877c9e commit cd71bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzQueryStore.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ JOIN #working_metrics AS wm
19451945
ON ww.plan_id = wm.plan_id
19461946
AND ww.query_id = wm.query_id
19471947
AND wm.query_parameterization_type_desc = 'None'
1948-
AND ww.proc_or_function_name IS NOT NULL
1948+
AND ww.proc_or_function_name = 'Statement'
19491949
OPTION (RECOMPILE);
19501950

19511951

0 commit comments

Comments
 (0)