-
Notifications
You must be signed in to change notification settings - Fork 1.1k
2025-10-02 Release #3715
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-10-02 Release #3715
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
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.
…_GDRs #3677 versions updates
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.
…sure #3690 sp_Blitz memory pressure
Adds new warning for sys.dm_os_memory_health_history. Closes #3692.
…_pressure #3692 sp_BlitzFirst memory pressure
…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.
#3695 sp_BlitzFirst clarify restore name
On by default in 2022 & newer and Azure.
#3694 sp_BlitzWho live plans
sp_BlitzIndex: Added warning for persisted sample rates.
Continued work on #3680. Moves 200-priority down to Mode 4, throws error if they pass in an invalid stats sampling rate.
…pling #3680 sp_BlitzIndex stats sampling
… statistics. Closes #3699.
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
…nnot test it.
…dified within 2 days were reversed, resulting in ONLY reporting on very recent indexes.
Added check 53 for Azure operations ongoing.
…ions 3708_BlitzFirst_MI_operations
sp_Blitz: Linux quality improvements
…pdate-BIGINT sp_BlitzIndex: Made modifications_before_auto_update a BIGINT
Correctly filter out new indexes
Bumping version numbers and dates, adding releases.
2025-10-02 Release
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.