Skip to content

Conversation

@BrentOzar
Copy link
Member

No description provided.

yoni-yad2 and others added 30 commits September 29, 2025 19:48
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.
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.
…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
Show JSON indexes in the output, but doesn't gather any real data on them yet. Working on #3736.
BrentOzar and others added 10 commits November 17, 2025 04:50
Warn if optimized locking is enabled but RCSI is not. Closes #3741.
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.
@BrentOzar BrentOzar added this to the 2025-12 Release milestone Nov 22, 2025
@BrentOzar BrentOzar self-assigned this Nov 22, 2025
Turn it into dynamic SQL so that it works with earlier versions.
@BrentOzar BrentOzar merged commit c647563 into main Nov 22, 2025
0 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants