-
Notifications
You must be signed in to change notification settings - Fork 1k
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
2024-02-22 Release #3445
Conversation
This file contains 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
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.
…e_rows #3402 sp_Blitz AG duplicate rows
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 Automated Testing
Add SQL 2022 CU10 GDR.
Update SqlServerVersions.sql
Add ADR Check
…it_3377-sp_MSgetalertinfo #3377 Added a check for sp_MSgetalertinfo
improved performance
It's a typo fix. Thanks for making my job easier. Whiskey and Yoga
This reverts commit cfbf261.
Telling people not to touch the install files. Closes #3432.
#3432 contributing guide
2022 CU11 and 2019 CU25.
SqlServerVersions - adding CUs
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.
2024-02-22 release prep
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.