Let’s start with giving some credit, here, since I hate an overdue bill.
ReeceGoding reported and very capably fixed an issue with sp_QuickieStore. The problem only occurred when you ran the procedure with
@get_all_databases
and the new@escape_brackets
parameter set to true. Each loop would add an escape character to the search string, which could end up looking like this:%\\\\\[AnyStringStartingAndEndingWithSquareBrackets]\\\\\]%'
That’s a fix in place, and you can also see updates to sp_HealthParser and sp_PressureDetector.