Version of the script 8.17 What is the current behavior? sp_BlitzCache and sp_BlitzIndex have a section like this: IF @Debug = 1 BEGIN PRINT SUBSTRING(@sql, 0, 4000); PRINT SUBSTRING(@sql, 4000, 80 ...
Closes BrentOzarULTD#2800 - filters out the Initial Boot Probe SQL Agent lines Closes BrentOzarULTD#2824 - fixes the way we output query text when outputting to Excel Bugs I found along the way: * ...