Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
864d05a
Exclude checks for RDS objects and rdsadmin DB
yoni-yad2 Sep 29, 2025
409baed
Fix database object-related trace flag check wording
bwiggin10 Oct 8, 2025
e5d01d1
Merge pull request #3716 from bwiggin10/patch-2
BrentOzar Oct 9, 2025
44d3f81
Made the sys.dm_os_ring_buffers CPU checks respect Linux always setti…
ReeceGoding Oct 10, 2025
f8c6c6d
#3721 sp_Blitz TempDB RG
BrentOzar Oct 18, 2025
6cccd74
Merge pull request #3722 from BrentOzarULTD/3721_sp_Blitz_RG_tempdb
BrentOzar Oct 18, 2025
5ff4bf2
Merge pull request #3717 from ReeceGoding/dev
BrentOzar Oct 18, 2025
8f6dde2
DB_ID() does not support quoted identifiers, passing in as variable i…
chadbaldwin Oct 23, 2025
025108f
Update sp_BlitzBackups.sql
OZTPR Oct 28, 2025
ed60333
Merge pull request #3724 from OZTPR/patch-1
BrentOzar Nov 1, 2025
51b582d
Merge pull request #3723 from chadbaldwin/patch-1
BrentOzar Nov 1, 2025
3897a21
#3711 sp_BlitzLock duplicate rows
BrentOzar Nov 1, 2025
56ac912
Merge pull request #3725 from BrentOzarULTD/3711_sp_BlitzIndex_dupe_rows
BrentOzar Nov 1, 2025
45cc09f
rollback reformatting for mentioned rows
yoni-yad2 Nov 6, 2025
5a2be78
Update sp_Blitz.sql
yoni-yad2 Nov 6, 2025
a0ff597
Update sp_Blitz.sql
yoni-yad2 Nov 6, 2025
1f5cf04
Update sp_Blitz.sql
yoni-yad2 Nov 6, 2025
6216da9
Added an ORDER BY to the temporal table check, so the Mode=4 output i…
ReeceGoding Nov 7, 2025
f41fe51
fix for #3729 - CheckId 271
VladDBA Nov 9, 2025
7cc0797
changes for #3732
VladDBA Nov 9, 2025
e9809f0
Changes for #3734
VladDBA Nov 10, 2025
a2ea69b
Merge pull request #3726 from yoni-yad2/exclude-rds-objects-from-checks
BrentOzar Nov 10, 2025
571b246
Merge pull request #3728 from ReeceGoding/dev
BrentOzar Nov 10, 2025
2d202ea
Merge pull request #3731 from VladDBA/sp_BlitzCheckId271
BrentOzar Nov 10, 2025
98e41e1
Merge pull request #3733 from VladDBA/sp_BlitzCheckId94
BrentOzar Nov 10, 2025
aadc04c
Merge pull request #3735 from VladDBA/sp_BlitzWho_LazyAzureSQLDB
BrentOzar Nov 10, 2025
2663088
#3736 sp_BlitzIndex JSON
BrentOzar Nov 10, 2025
6aa49cb
Merge pull request #3737 from BrentOzarULTD/3736_sp_BlitzIndex_JSON_p…
BrentOzar Nov 10, 2025
618fc8c
Changes for #3739
VladDBA Nov 15, 2025
6300d8a
Merge pull request #3740 from VladDBA/sp_BlitzIndex_LazyAzureSQLDB
BrentOzar Nov 17, 2025
9284338
#3741 sp_Blitz optimized locking
BrentOzar Nov 17, 2025
5f21ae2
Merge pull request #3743 from BrentOzarULTD/3741_sp_Blitz_optimized_l…
BrentOzar Nov 17, 2025
b5d7b6b
fix for #3742
VladDBA Nov 17, 2025
647039a
Merge pull request #3744 from VladDBA/sp_BlitzCheckId271
BrentOzar Nov 17, 2025
f660651
change lots of 4 x spaces into 1 x tabs
MisterZeus Nov 18, 2025
d316d27
Merge pull request #3747 from MisterZeus/sp_BlitzIndex_long_database_…
BrentOzar Nov 18, 2025
2b86ac2
Fix issue #3745 VSCode parsing a THROW in sp_BlitzFirst
AdrianBurla Nov 18, 2025
9fe1611
Merge pull request #3748 from AdrianBurla/master
BrentOzar Nov 18, 2025
38509b9
2025-11-22 release prep
BrentOzar Nov 22, 2025
1d06652
Merge pull request #3750 from BrentOzarULTD/20251122_release
BrentOzar Nov 22, 2025
63f9910
Optimized locking check
BrentOzar Nov 22, 2025
d70e8f3
Merge pull request #3752 from BrentOzarULTD/20251122_optimized_locking
BrentOzar Nov 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Documentation/sp_Blitz_Checks_by_Priority.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav

If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.

CURRENT HIGH CHECKID: 270.
If you want to add a new one, start at 271.
CURRENT HIGH CHECKID: 272.
If you want to add a new one, start at 273.

| Priority | FindingsGroup | Finding | URL | CheckID |
|----------|-----------------------------|---------------------------------------------------------|------------------------------------------------------------------------|----------|
Expand Down Expand Up @@ -87,6 +87,7 @@ If you want to add a new one, start at 271.
| 100 | Performance | Many Plans for One Query | https://www.BrentOzar.com/go/parameterization | 160 |
| 100 | Performance | Max Memory Set Too High | https://www.BrentOzar.com/go/max | 50 |
| 100 | Performance | Memory Pressure Affecting Queries | https://www.BrentOzar.com/go/grants | 117 |
| 100 | Performance | Optimized Locking Not Fully Set Up | https://www.BrentOzar.com/go/optimizedlocking | 272 |
| 100 | Performance | Partitioned database with non-aligned indexes | https://www.BrentOzar.com/go/aligned | 72 |
| 100 | Performance | Repetitive Maintenance Tasks | https://ola.hallengren.com | 181 |
| 100 | Performance | Resource Governor Enabled | https://www.BrentOzar.com/go/rg | 10 |
Expand Down Expand Up @@ -131,6 +132,7 @@ If you want to add a new one, start at 271.
| 170 | File Configuration | High VLF Count | https://www.BrentOzar.com/go/vlf | 69 |
| 170 | File Configuration | Multiple Log Files on One Drive | https://www.BrentOzar.com/go/manylogs | 41 |
| 170 | File Configuration | System Database on C Drive | https://www.BrentOzar.com/go/drivec | 24 |
| 170 | File Configuration | TempDB Governor Config Problem | https://www.BrentOzar.com/go/tempdbrg | 271 |
| 170 | File Configuration | TempDB Has >16 Data Files | https://www.BrentOzar.com/go/tempdb | 175 |
| 170 | File Configuration | TempDB Only Has 1 Data File | https://www.BrentOzar.com/go/tempdb | 40 |
| 170 | File Configuration | TempDB Unevenly Sized Data Files | https://www.BrentOzar.com/go/tempdb | 183 |
Expand Down
606 changes: 436 additions & 170 deletions Install-All-Scripts.sql

Large diffs are not rendered by default.

378 changes: 241 additions & 137 deletions Install-Azure.sql

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions SqlServerVersions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ INSERT INTO dbo.SqlServerVersions
(MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
VALUES
/*2025*/
(17, 925, 'RC1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-09-17', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview RC1'),
(17, 900, 'RC0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-08-20', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview RC0'),
(17, 800, 'CTP 2.1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-06-16', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview CTP 2.1'),
(17, 700, 'CTP 2.0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-05-19', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview CTP 2.0'),
(17, 1000, 'RTM', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-11-18', '2031-01-06', '2036-01-06', 'SQL Server 2025', 'RTM'),
(17, 925, 'RC1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-09-17', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview RC1'),
(17, 900, 'RC0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-08-20', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview RC0'),
(17, 800, 'CTP 2.1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-06-16', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview CTP 2.1'),
(17, 700, 'CTP 2.0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-05-19', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview CTP 2.0'),
/*2022*/
(16, 4225, 'CU22', 'https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate22', '2025-11-13', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 22'),
(16, 4215, 'CU21', 'https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate21', '2025-09-11', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 21'),
(16, 4205, 'CU20', 'https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate20', '2025-07-10', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 20'),
(16, 4200, 'CU19 GDR', 'https://support.microsoft.com/en-us/help/5058721', '2025-07-08', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 19 GDR'),
Expand Down
Loading
Loading