erikdarlingdata / DarlingData

Open source SQL Server nonsense: sp_PressureDetector, sp_QuickieStore, sp_HumanEvents, etc.
https://www.erikdarling.com/
MIT License
474 stars 133 forks source link

sp_QuickieStore: Make it possible to hide the "all done" table. #430

Closed ReeceGoding closed 4 months ago

ReeceGoding commented 4 months ago

Is your feature request related to a problem? Please describe. Due to #429 , I've just had to call sp_QuickieStore on eight different databases without @get_all_databases = 1. This means that I've been spammed with eight copies of the "all done" table.

Describe the solution you'd like Make a way to hide it!

Describe alternatives you've considered Searching through the code one more time, since I was confident that this was already a feature.

Are you ready to build the code for the feature? I think it's just a new parameter and a one-line change to a WHERE clause? I'm not sure what to call the parameter.

IMPORTANT: If you're going to contribute code, please read the contributing guide first. https://github.com/erikdarlingdata/DarlingData/blob/main/CONTRIBUTING.md Will do.