erikdarlingdata/DarlingData

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

ReeceGoding opened this issue · 0 comments

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.