Closed ReeceGoding closed 5 months ago
Everything you're describing here makes sense. If you go for it, also update the Documentation/sp_Blitz_Checks_by_Priority.md file to add your new check IDs there.
For URLs for warnings, you definitely don't wanna link to BrentOzar.com stuff because we just don't have any kind of good guidance on there. Feel free to link to whatever URL makes the most sense for each one of the warnings.
Items 1-2 addressed in https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/pull/3539 Items 3-4 addressed in https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/pull/3531 Item 5 addressed in https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/pull/3535 Item 6 addressed in https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/pull/3541 Item 7 addressed in https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/pull/3536 Item 8 cancelled in https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/pull/3533
I'm going to close this for now - going forward, let's open one issue and one corresponding pull request per change we want to make, keeping 'em self-contained so we can test & merge things easier. Thanks!
Is your feature request related to a problem? Please describe. I'm always frustrated when
sp_Blitz
tells me that I have trace flag 3226 on and gives me a lovely description of it, but gives no lovely description for either of the trace flags that are considered best practice for Query Store (7745 and 7752). This got me thinking that we should do some more general checks for Query Store best practice.Describe the solution you'd like
sp_Blitz
should warn in all of the following scenarios:In addition, the generic warning that TF 7745 or TF 7752 are on should be specific and say what they actually do. Maybe link to Erin?
Describe alternatives you've considered Leaving it alone comes to mind. dbatools has beaten us to it.
Are you ready to build the code for the feature? I sincerely can't decide.