Skip to content

Commit d791ef5

Browse files
authored
Merge pull request #3664 from BrentOzarULTD/dev
2025-07-04 Release
2 parents 1ffec64 + 583f065 commit d791ef5

25 files changed

+768
-604
lines changed

Documentation/sp_BlitzFirst_Checks_by_Priority.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
66

77
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.
88

9-
CURRENT HIGH CHECKID: 49
10-
If you want to add a new check, start at 50.
9+
CURRENT HIGH CHECKID: 51
10+
If you want to add a new check, start at 52.
1111

1212
| Priority | FindingsGroup | Finding | URL | CheckID |
1313
|----------|---------------------------------|---------------------------------------|-------------------------------------------------|----------|
@@ -42,10 +42,11 @@ If you want to add a new check, start at 50.
4242
| 50 | Server Performance | Too Much Free Memory | https://www.brentozar.com/go/freememory | 34 |
4343
| 50 | Server Performance | Memory Grants pending | https://www.brentozar.com/blitz/memory-grants | 39 |
4444
| 100 | In-Memory OLTP | Transactions aborted | https://www.brentozar.com/go/aborted | 32 |
45-
| 100 | Query Problems | Suboptimal Plans/Sec High | https://www.brentozar.com/go/suboptimal | 33 |
4645
| 100 | Query Problems | Bad Estimates | https://www.brentozar.com/go/skewedup | 42 |
47-
| 100 | Query Problems | Skewed Parallelism | https://www.brentozar.com/go/skewedup | 43 |
46+
| 100 | Query Problems | Deadlocks | https://www.brentozar.com/go/deadlocks | 51 |
4847
| 100 | Query Problems | Query with a memory grant exceeding @MemoryGrantThresholdPct | https://www.brentozar.com/memory-grants-sql-servers-public-toilet/ | 46 |
48+
| 100 | Query Problems | Skewed Parallelism | https://www.brentozar.com/go/skewedup | 43 |
49+
| 100 | Query Problems | Suboptimal Plans/Sec High | https://www.brentozar.com/go/suboptimal | 33 |
4950
| 200 | Wait Stats | (One per wait type) | https://www.brentozar.com/sql/wait-stats/#(waittype) | 6 |
5051
| 210 | Potential Upcoming Problems | High Number of Connections |https://www.brentozar.com/archive/2014/05/connections-slow-sql-server-threadpool/ | 49 |
5152
| 210 | Query Stats | Plan Cache Analysis Skipped | https://www.brentozar.com/go/topqueries | 18 |
@@ -58,4 +59,5 @@ If you want to add a new check, start at 50.
5859
| 251 | Server Info | Database Count | | 22 |
5960
| 251 | Server Info | Database Size, Total GB | | 21 |
6061
| 251 | Server Info | Memory Grant/Workspace info | | 40 |
62+
| 251 | Server Info | Thread Time | https://www.brentozar.com/go/threadtime | 50 |
6163
| 254 | Informational | Thread Time Inaccurate | | 48 |

Documentation/sp_Blitz_Checks_by_Priority.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
66

77
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.
88

9-
CURRENT HIGH CHECKID: 267.
10-
If you want to add a new one, start at 268.
9+
CURRENT HIGH CHECKID: 269.
10+
If you want to add a new one, start at 270.
1111

1212
| Priority | FindingsGroup | Finding | URL | CheckID |
1313
|----------|-----------------------------|---------------------------------------------------------|------------------------------------------------------------------------|----------|
@@ -32,6 +32,7 @@ If you want to add a new one, start at 268.
3232
| 1 | Security | Dangerous Service Account | https://vladdba.com/SQLServerSvcAccount | 259 |
3333
| 1 | Security | Dangerous Service Account | https://vladdba.com/SQLServerSvcAccount | 260 |
3434
| 1 | Security | Dangerous Service Account | https://vladdba.com/SQLServerSvcAccount | 261 |
35+
| 5 | Availability | AG Replica Falling Behind | https://www.BrentOzar.com/go/ag | 268 |
3536
| 5 | Monitoring | Disabled Internal Monitoring Features | https://msdn.microsoft.com/en-us/library/ms190737.aspx | 177 |
3637
| 5 | Reliability | Dangerous Third Party Modules | https://support.microsoft.com/en-us/kb/2033238 | 179 |
3738
| 5 | Reliability | Priority Boost Enabled | https://www.BrentOzar.com/go/priorityboost | 126 |
@@ -241,6 +242,7 @@ If you want to add a new one, start at 268.
241242
| 200 | Non-Default Server Config | user options | https://www.BrentOzar.com/go/conf | 1063 |
242243
| 200 | Non-Default Server Config | Web Assistant Procedures | https://www.BrentOzar.com/go/conf | 1064 |
243244
| 200 | Non-Default Server Config | xp_cmdshell | https://www.BrentOzar.com/go/conf | 1065 |
245+
| 200 | Non-Default Server Config | Configuration Changed | https://www.BrentOzar.com/go/conf | 269 |
244246
| 200 | Performance | Buffer Pool Extensions Enabled | https://www.BrentOzar.com/go/bpe | 174 |
245247
| 200 | Performance | Default Parallelism Settings | https://www.BrentOzar.com/go/cxpacket | 188 |
246248
| 200 | Performance | In-Memory OLTP (Hekaton) In Use | https://www.BrentOzar.com/go/hekaton | 146 |

0 commit comments

Comments
 (0)