Skip to content

Commit 77e47b2

Browse files
CopilotBrentOzar
andauthored
sp_Blitz: ignore version high/low SQL Server config entries
Agent-Logs-Url: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/sessions/688c8d89-abbf-444f-93d9-b5c9c2e28fb0 Co-authored-by: BrentOzar <245462+BrentOzar@users.noreply.github.com>
1 parent b637eac commit 77e47b2

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Install-All-Scripts.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,8 +2388,6 @@ BEGIN
23882388
( 'tempdb metadata memory-optimized', 0, 269),
23892389
( 'ADR cleaner retry timeout (min)', 15, 269),
23902390
( 'ADR Preallocation Factor', 4, 269),
2391-
( 'version high part of SQL Server', 1114112, 269),
2392-
( 'version low part of SQL Server', 52428803, 269),
23932391
( 'Data processed daily limit in TB', 2147483647, 269),
23942392
( 'Data processed weekly limit in TB', 2147483647, 269),
23952393
( 'Data processed monthly limit in TB', 2147483647, 269),

sp_Blitz.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,8 +2388,6 @@ BEGIN
23882388
( 'tempdb metadata memory-optimized', 0, 269),
23892389
( 'ADR cleaner retry timeout (min)', 15, 269),
23902390
( 'ADR Preallocation Factor', 4, 269),
2391-
( 'version high part of SQL Server', 1114112, 269),
2392-
( 'version low part of SQL Server', 52428803, 269),
23932391
( 'Data processed daily limit in TB', 2147483647, 269),
23942392
( 'Data processed weekly limit in TB', 2147483647, 269),
23952393
( 'Data processed monthly limit in TB', 2147483647, 269),

0 commit comments

Comments
 (0)