Skip to content
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

2024-02-22 Release #3445

Merged
merged 54 commits into from
Feb 22, 2024
Merged

2024-02-22 Release #3445

merged 54 commits into from
Feb 22, 2024

Conversation

BrentOzar
Copy link
Member

No description provided.

Montro1981 and others added 30 commits October 11, 2023 14:42
Update sp_BlitzIndex.sql with #h and #os to improve speed
Named the new tables #dm_db_partition_stats_etc and #dm_db_index_operational_stats

Tested on a smaller db (27TB) where the new version runs in 3 seconds, and the old 11 seconds. Same output.

I'll see if I can get a result set from the old version on the larger database, now that there are a couple of holidays.  Previously I have given up after 11 hours.
My new version ran in 3 hours.
Remove extra junk output for columnstore visualisation on a partitioned table with at least one other rowstore index
sp_BlitzIndex bug: Extra junk output from columnstore visualisation
Removed columns we don't need from prior versions.
Fixed with every DBA's favorite T-SQL component, DISTINCT. Closes #3402.
Closes #3411

Adds a check if accelerated database recovery is enabled, It's skipped for MI and SQLDB because it is on by default there.
Use GitHub Actions to provide automated testing for first responder kit stored procedures.
#3418
Add SQL 2022 CU10 GDR.
…it_3377-sp_MSgetalertinfo

#3377 Added a check for sp_MSgetalertinfo
It's a typo fix.  Thanks for making my job easier. Whiskey and Yoga
SeanKilleen and others added 24 commits January 16, 2024 12:11
Telling people not to touch the install files. Closes #3432.
2022 CU11 and 2019 CU25.
Skip xp_regread if we don't have sa perms
Update sp_BlitzCache.sql - Typo fix
Add FileNamePrefix parameter to sp_DatabaseRestore
(build) Add Matrices for SQL Server Version and Collation
Language Sensitivity: Insanity -> Problems
Add VerifyRestoreWithStoredProcedure option to sp_databaseRestore.
When I look at what the code does, it isn't necessarily testing the database - it's really just running a stored proc after the restore finishes. 

This functionality could be good for other stuff too, like obscuring data or changing permissions. I switched the parameter name from @VerifyRestoreWithStoredProcedure to @RunStoredProcAfterRestore.
Update sp_DatabaseRestore.sql
@RunStoredProcAfterRestore should not be inside the @TestRestore check
Update sp_DatabaseRestore.sql
Added checks 92 and 224 to skipped checks for Azure SQL MI
Update README.md - Fixed internal link for sp_BlitzQueryStore
Bumping version numbers and dates.
@BrentOzar BrentOzar added this to the 2024-02 Release milestone Feb 22, 2024
@BrentOzar BrentOzar self-assigned this Feb 22, 2024
@BrentOzar BrentOzar merged commit b9695da into main Feb 22, 2024
6 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.