Skip to content

Commit 8ce3d3f

Browse files
committed
Adds ignore sql hashes to help
Closes #1073
1 parent 86f296b commit 8ce3d3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sp_BlitzCache.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@ BEGIN
380380
SELECT N'@OnlySqlHandles',
381381
N'VARCHAR(MAX)',
382382
N'One or more sql_handles to use for filtering results.'
383+
384+
UNION ALL
385+
SELECT N'@IgnoreSqlHandles',
386+
N'VARCHAR(MAX)',
387+
N'One or more sql_handles to ignore.'
383388

384389
UNION ALL
385390
SELECT N'@DatabaseName',

0 commit comments

Comments
 (0)