Skip to content

Commit 3a2a23b

Browse files
Merge PR #680: Never hide plan hashes in Expert Mode
sp_QuickieStore: never hide plan hashes in Expert Mode.
2 parents ac84f9b + c90b2a6 commit 3a2a23b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sp_QuickieStore/sp_QuickieStore.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8583,6 +8583,7 @@ FROM
85838583
WHEN @include_plan_hashes IS NOT NULL
85848584
OR @ignore_plan_hashes IS NOT NULL
85858585
OR @sort_order = 'plan count by hashes'
8586+
OR @expert_mode = 1
85868587
THEN N'
85878588
qsp.query_plan_hash,'
85888589
ELSE N''

0 commit comments

Comments
 (0)