Skip to content

Conversation

@BrentOzar
Copy link
Member

No description provided.

rodik and others added 30 commits July 16, 2025 14:52
Changes the default value of parameter @is_query_store_on from 0 to NULL to avoid excluding non-query store databases by default.
see #3673
in rare cases we can get "SQL Server-Agent" as a result back instead of "SQL Server Agent"
This will then cause the error "Subquery returned more than 1 value. This is not permitted when the subquery follows = .. "
as mentioned in comment here:
#3673 (comment)

if the script has to "piggyback" here, it now uses the proper temp table
this commit adresses issue 3673 where the "net localgroups administrators" command will not
return the proper information since the naming is different in an German OS
sp_ineachdb - Change @is_query_store_on Default Value to NULL
changes to sp_blitz - Edgecase fix #3673
Fix 2019 CU31/32 swap, add new GDRs. Closes #3677.
skip IFI, failsafe operator and sql agent alerts on managed instance
to set your default SA user.
I did not use @UsualDBOwner you do not have these the same.
Amend
…rence

Instead of a fixed 1GB difference I use a over default or passed in percent.
I went with 10% as DDefault but do not mind that being changed.
fix for sp conversion info length
Update sp_Blitz.sql add checks to skip on MI
Added @UsualOwnerOfJobs to be used in CheckID 6 Jobs Owned By Users
Add warning about low memory recently. Closes #3690.
Adds new warning for sys.dm_os_memory_health_history. Closes #3692.
…ch. Also replaced version check with a column-existence check. Both of these were as Brent suggested.

This introduces the complexity of float comparison, since we now care
about the float persisted_sample_percent column and have to compare
with it.

Also added a new check to distinguish the persisted sample rate being
surprising and it being unsurprising.
When restoring a new database. Closes #3695.
On by default in 2022 & newer and Azure.
sp_BlitzIndex: Added warning for persisted sample rates.
BrentOzar and others added 17 commits August 28, 2025 21:50
Continued work on #3680. Moves 200-priority down to Mode 4, throws error if they pass in an invalid stats sampling rate.
sp_BlitzIndex: Warn about partitioned tables that don't have incremental statistics
noticed a small typo in your last video.
minor typo in sp_BlitzFirst.sql
…dified within 2 days were reversed, resulting in ONLY reporting on very recent indexes.
Added check 53 for Azure operations ongoing.
sp_Blitz: Linux quality improvements
…pdate-BIGINT

sp_BlitzIndex: Made modifications_before_auto_update a BIGINT
Bumping version numbers and dates, adding releases.
@BrentOzar BrentOzar added this to the 2025-10 Release milestone Oct 2, 2025
@BrentOzar BrentOzar self-assigned this Oct 2, 2025
@BrentOzar BrentOzar merged commit 8b3daa6 into main Oct 2, 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.