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 -- Add ignore function to query text search #428

Closed erikdarlingdata closed 4 months ago

erikdarlingdata commented 4 months ago

Want to screen out similar query text rather that ignore a long list of query ids.

ReeceGoding commented 4 months ago

I love this idea. Without it, it's a pain to search for columns like User without hitting the likes of UserName. You can try to get creative with LIKE's syntax for exclusions, but this is a much better idea.