Skip to content

Commit e4e1f20

Browse files
committed
Row goals in 2014 XML
Closes #1850
1 parent 5a0bbb1 commit e4e1f20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sp_BlitzCache.sql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,8 +3309,10 @@ AND b.SPID = @@SPID
33093309
OPTION (RECOMPILE);
33103310
END;
33113311

3312-
IF @v >= 14 OR (@v = 13 AND @build >= 5026)
3313-
AND @ExpertMode > 0
3312+
IF ((@v >= 14
3313+
OR (@v = 13 AND @build >= 5026)
3314+
OR (@v = 12 AND @build >= 6024))
3315+
AND @ExpertMode > 0)
33143316

33153317
BEGIN;
33163318
WITH XMLNAMESPACES('http://schemas.microsoft.com/sqlserver/2004/07/showplan' AS p),

0 commit comments

Comments
 (0)