First Responder Kit Release: Driving Miss Data
Ugh. Bungabase slow.
When Grog try count meat, Glug eat meat.
Then Grog get hungry and Glug try count meat.
Bungalock.
Need big head make bungabase fast.
You big head?
You can download the updated FirstResponderKit.zip here.
sp_Blitz Improvements
#1459: A while back, Brent blogged about implicit transactions. In the comments, a smart commenter named Dan pointed out a way to find that with a couple DMVs. If you’d like that information to be available in more places, please consider voting for my Connect item. This check was also added in different ways to BlitzWho and BlitzFirst.
#1483: Add CPU speed to the power settings check.
#1481: Brent made stuff compatible with Managed Instances. Hopefully that holds up.
#1465: Someone had a problem in German. This is an infrequent occurrence.
sp_BlitzCache Improvements
#1516: Added support for correctly displaying Unicode database names ?_?
#1489: We had a whole heck of a lot of checks running. It’s not that they weren’t useful, it’s just that they created a lot of noise, and may not all have been immediately actionable. All that XML parsing was starting to slow things down. I took a bunch of them and changed the code so they only execute if you run it with @ExpertMode = 1.
sp_BlitzFirst Improvements
#1459: See note in sp_Blitz
sp_BlitzIndex Improvements
#1513: Added support for correctly displaying Unicode database names ?_?
#1509: The column names column in the #statistics table is now NVARCHAR(MAX). This was reported to us in the Slack channel! Thanks to Sanket for letting us know.
sp_BlitzWho Improvements
#1459: See note in sp_Blitz
sp_DatabaseRestore Improvements
Nothing this time around
sp_BlitzBackups Improvements
Nothing this time around
sp_BlitzQueryStore Improvements
Nothing this time around
sp_AllNightLog and sp_AllNightLog_Setup Improvements
Nothing this time around
sp_foreachdb Improvements
Nothing this time around
PowerBI
Nothing this time around
sp_BlitzLock
#1500: Column Store deadlocks generate slightly different XML. We now account for those.
#1469: Fixes an issue where come deadlocks were only counted once. Thanks to @HolisticDeveloper!
For Support
When you have questions about how the tools work, talk with the community in the #FirstResponderKit Slack channel. If you need a free invite, hit SQLslack.com. Be patient – it’s staffed with volunteers who have day jobs, heh.
When you find a bug or want something changed, read the contributing.md file.
When you have a question about what the scripts found, first make sure you read the “More Details” URL for any warning you find. We put a lot of work into documentation, and we wouldn’t want someone to yell at you to go read the fine manual. After that, when you’ve still got questions about how something works in SQL Server, post a question at DBA.StackExchange.com and the community (that includes us!) will help. Include exact errors and any applicable screenshots, your SQL Server version number (including the build #), and the version of the tool you’re working with.
You can download the updated FirstResponderKit.zip here.
Related

Hi! I’m Brent Ozar.
I make Microsoft SQL Server go faster. I love teaching, travel, cars, and laughing. I’m based out of Las Vegas. He/him. I teach SQL Server training classes, or if you haven’t got time for the pain, I’m available for consulting too.
Get Free SQL Stuff
"*" indicates required fields

4 Comments. Leave new
The email for this release still hasn’t gone out.
Thanks for letting us know. We’ll look into that.
This includes the sp_BlitzLock fix for https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/1469, correct?
Yep — I missed that one because it wasn’t tagged with the current Milestone. That’s my fault, I’ll update the post now.
Thanks!