-
Notifications
You must be signed in to change notification settings - Fork 1.1k
2025-11-22 Release #3751
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
2025-11-22 Release #3751
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This adds additional context to the checks for Trace Flags 834, 7745 and 7752 that have messages dependent on @CheckUserDatabasesObjects = 1 (Or that and @Bringthepain = 1 for database counts over 50). So when you just ran sp_Blitz, you could end up with Trace Flag 7745 telling you that no databases have query store enabled even if you do (Because the check @QueryStoreInUse couldn't run)
sp_Blitz - Fix wording for Trace Flag checks that are dependent on @CheckUserDatabaseObjects
…ng system_idle to 0. Disabled "High CPU Utilization - Not SQL" check on Linux. Closes #3710.
Check to see if TempDB config will support RG config for SQL 2025. Closes #3721.
#3721 sp_Blitz TempDB RG
sp_BlitzFirst: Made the sys.dm_os_ring_buffers CPU checks respect Linux always setting system_idle to 0.
Fix problem where Unicode Database Names get mangled in the sp_BlitzBackups output.
Fix sp_BlitzBackups.sql problem where Unicode Database Names get mangled in the output.
Bug fix: DB_ID() does not support quoted identifiers
Thanks ChatGPT! Closes #3711.
#3711 sp_BlitzLock duplicate rows
…s less ugly when you have lots of them. Closes #3727.
Exclude RDS objects and rdsadmin DB from sp_Blitz checks
sp_BlitzIndex: Added an ORDER BY to the temporal table check
fix for #3729 - CheckId 271
changes for #3732 - sp_Blitz CheckID 94
Changes for #3734 - sp_BlitzWho
Show JSON indexes in the output, but doesn't gather any real data on them yet. Working on #3736.
…relim #3736 sp_BlitzIndex JSON
Changes for #3739 - sp_BlitzIndex
Warn if optimized locking is enabled but RCSI is not. Closes #3741.
…ocking #3741 sp_Blitz optimized locking
fix for #3742 - sp_Blitz returning an extra result set
…names fix #3746 by changing lots of 4 x spaces into 1 x tabs
Fix issue #3745 VSCode parsing a THROW in sp_BlitzFirst
Bumping version numbers and dates.
2025-11-22 release prep
Turn it into dynamic SQL so that it works with earlier versions.
Optimized locking check
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.