Skip to content

2025-07-04 Release #3664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f7ec30f
#3627 sp_Blitz 7745 warnings
BrentOzar Apr 15, 2025
ff080d3
Merge pull request #3628 from BrentOzarULTD/3627_sp_Blitz_7745_warnings
BrentOzar Apr 15, 2025
dcfc4ec
#3629 sp_BlitzFirst move avg ms
BrentOzar Apr 15, 2025
638e200
Merge pull request #3630 from BrentOzarULTD/3629_sp_BlitzFirst_move_a…
BrentOzar Apr 15, 2025
b6ca85e
#3632 sp_BlitzCache readable replicas
BrentOzar Apr 15, 2025
4493dde
Merge pull request #3633 from BrentOzarULTD/3632_sp_BlitzCache_readab…
BrentOzar Apr 15, 2025
5b95670
#3631 sp_BlitzFirst add thread time
BrentOzar Apr 15, 2025
2c9fb78
Merge pull request #3634 from BrentOzarULTD/3631_sp_BlitzFirst_thread…
BrentOzar Apr 15, 2025
04c60f8
#3635 sp_Blitz AG latency warning
BrentOzar Apr 15, 2025
363322a
Merge pull request #3636 from BrentOzarULTD/3635_sp_Blitz_AG_latency
BrentOzar Apr 15, 2025
126a608
#3637 sp_BlitzFirst deadlock warning
BrentOzar Apr 15, 2025
4a11dbc
Merge pull request #3638 from BrentOzarULTD/3637_sp_BlitzFirst_deadlo…
BrentOzar Apr 15, 2025
5aae398
Update README.md
BrentOzar Apr 26, 2025
77ebf85
Issue 3640
erikdarlingdata Apr 29, 2025
5d8d560
#3643 - sp_BlitzFirst RDS Restores
BrentOzar May 12, 2025
68f420f
Merge pull request #3644 from BrentOzarULTD/3643_sp_BlitzFirst_RDS_re…
BrentOzar May 12, 2025
d51b0ea
Merge pull request #3641 from erikdarlingdata/dev
BrentOzar May 12, 2025
d354ad4
#3646 sp_Blitz 2025 db scoped
BrentOzar May 20, 2025
2385da1
Merge pull request #3647 from BrentOzarULTD/3646_sp_Blitz_2025_db_scoped
BrentOzar May 20, 2025
de328c6
Add check for Query Store to sp_ineachdb
bwiggin10 Jun 16, 2025
470d551
Formatting
bwiggin10 Jun 16, 2025
e85173d
Update sp_Blitz.sql
jpalmer-n4 Jun 19, 2025
39337ba
Exclude Model Database From @QueryStoreInUse Check
bwiggin10 Jun 26, 2025
0e3be2f
#3655 sp_Blitz add 2025 dsc
BrentOzar Jul 3, 2025
bfef6c0
Merge pull request #3656 from BrentOzarULTD/3655_sp_Blitz_2025_dsc
BrentOzar Jul 3, 2025
782be11
Merge pull request #3654 from bwiggin10/patch-1
BrentOzar Jul 3, 2025
d5173ea
Merge pull request #3652 from jpalmer-n4/jpalmer-n4-patch-1
BrentOzar Jul 3, 2025
68ecab3
Merge pull request #3651 from bwiggin10/query_store_PR
BrentOzar Jul 3, 2025
572f71c
#3657 sp_Blitz 2025 configurations
BrentOzar Jul 3, 2025
222e072
Merge pull request #3658 from BrentOzarULTD/3657_sp_Blitz_2025_config…
BrentOzar Jul 3, 2025
628c147
#3660 sp_BlitzFirst thread time
BrentOzar Jul 4, 2025
c9748ff
Merge pull request #3661 from BrentOzarULTD/20250704_release
BrentOzar Jul 4, 2025
d2f3380
#3662 remove unit tests
BrentOzar Jul 4, 2025
583f065
Merge pull request #3663 from BrentOzarULTD/3662_remove_unit_tests
BrentOzar Jul 4, 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
10 changes: 6 additions & 4 deletions Documentation/sp_BlitzFirst_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: 49
If you want to add a new check, start at 50.
CURRENT HIGH CHECKID: 51
If you want to add a new check, start at 52.

| Priority | FindingsGroup | Finding | URL | CheckID |
|----------|---------------------------------|---------------------------------------|-------------------------------------------------|----------|
Expand Down Expand Up @@ -42,10 +42,11 @@ If you want to add a new check, start at 50.
| 50 | Server Performance | Too Much Free Memory | https://www.brentozar.com/go/freememory | 34 |
| 50 | Server Performance | Memory Grants pending | https://www.brentozar.com/blitz/memory-grants | 39 |
| 100 | In-Memory OLTP | Transactions aborted | https://www.brentozar.com/go/aborted | 32 |
| 100 | Query Problems | Suboptimal Plans/Sec High | https://www.brentozar.com/go/suboptimal | 33 |
| 100 | Query Problems | Bad Estimates | https://www.brentozar.com/go/skewedup | 42 |
| 100 | Query Problems | Skewed Parallelism | https://www.brentozar.com/go/skewedup | 43 |
| 100 | Query Problems | Deadlocks | https://www.brentozar.com/go/deadlocks | 51 |
| 100 | Query Problems | Query with a memory grant exceeding @MemoryGrantThresholdPct | https://www.brentozar.com/memory-grants-sql-servers-public-toilet/ | 46 |
| 100 | Query Problems | Skewed Parallelism | https://www.brentozar.com/go/skewedup | 43 |
| 100 | Query Problems | Suboptimal Plans/Sec High | https://www.brentozar.com/go/suboptimal | 33 |
| 200 | Wait Stats | (One per wait type) | https://www.brentozar.com/sql/wait-stats/#(waittype) | 6 |
| 210 | Potential Upcoming Problems | High Number of Connections |https://www.brentozar.com/archive/2014/05/connections-slow-sql-server-threadpool/ | 49 |
| 210 | Query Stats | Plan Cache Analysis Skipped | https://www.brentozar.com/go/topqueries | 18 |
Expand All @@ -58,4 +59,5 @@ If you want to add a new check, start at 50.
| 251 | Server Info | Database Count | | 22 |
| 251 | Server Info | Database Size, Total GB | | 21 |
| 251 | Server Info | Memory Grant/Workspace info | | 40 |
| 251 | Server Info | Thread Time | https://www.brentozar.com/go/threadtime | 50 |
| 254 | Informational | Thread Time Inaccurate | | 48 |
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: 267.
If you want to add a new one, start at 268.
CURRENT HIGH CHECKID: 269.
If you want to add a new one, start at 270.

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