BrentOzarULTD / SQL-Server-First-Responder-Kit

sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.
http://FirstResponderKit.org
Other
3.37k stars 997 forks source link

sp_Blitz: Add more detail to Query Store Trace Flag rows #3531

Closed ReeceGoding closed 5 months ago

ReeceGoding commented 5 months ago

Closes the original idea behind #3527 as well as its items numbered 3 and 4. Items 5-8 remain open and will require new sp_Blitz checks. The checks in this PR were all bolted on to check 74 because we already do the same thing for Trace Flags 834 and 8017.

This is my first PR for sp_Blitz, so it's quite likely that it's not perfect. It's passed the limited suite of tests that I've tried on my local instance.