This release fixes a bunch of stuff that I found in deeper testing across different environments.
It also introduces a new stored procedure called sp_PerfCheck
, which does a targeted set of checks for performance-related stuff only. No backups, no checkdb, no security, etc. It's built to work with Azure SQLDB too, which is... I guess sort of helpful, given how little you can change while running SQL Server in Safe Mode. I will be adding more specific checks for cloudy things in the future.
For now, check out the readme to learn more.
Also, give it a run. Let me know what you think. I care about your feelings.
What's Changed
- sp_QuickieStore: @utc_offset_string nvarchar(max) changed to nvarchar(6) by @ReeceGoding in #537
- Compression eligibility changes by @FirstCall42 in #549
New Contributors
- @FirstCall42 made their first contribution in #549
Full Changelog: Updates_20250401...Updates_20240404