File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4190,7 +4190,7 @@ SELECT DISTINCT
4190
4190
CASE WHEN is_mstvf = 1 THEN ' , MSTVFs' ELSE ' ' END +
4191
4191
CASE WHEN is_mm_join = 1 THEN ' , Many to Many Merge' ELSE ' ' END +
4192
4192
CASE WHEN is_nonsargable = 1 THEN ' , non-SARGables' ELSE ' ' END
4193
- , 2 , 200000 )
4193
+ , 3 , 200000 )
4194
4194
FROM ##bou_BlitzCacheProcs b
4195
4195
WHERE SPID = @@SPID
4196
4196
AND QueryType LIKE ' Statement (parent%'
@@ -4665,7 +4665,7 @@ BEGIN
4665
4665
CASE WHEN is_mstvf = 1 THEN '' , 60'' ELSE '' '' END +
4666
4666
CASE WHEN is_mm_join = 1 THEN '' , 61'' ELSE '' '' END +
4667
4667
CASE WHEN is_nonsargable = 1 THEN '' , 62'' ELSE '' '' END
4668
- , 2 , 200000) AS opserver_warning , ' + @nl ;
4668
+ , 3 , 200000) AS opserver_warning , ' + @nl ;
4669
4669
END ;
4670
4670
4671
4671
SET @columns + = N' ExecutionCount AS [# Executions],
You can’t perform that action at this time.
0 commit comments