From c90b2a669d6f2e315c2aaee439bbd64882fd8d87 Mon Sep 17 00:00:00 2001 From: ReeceGoding <67124261+ReeceGoding@users.noreply.github.com> Date: Sun, 22 Feb 2026 22:03:09 +0000 Subject: [PATCH] sp_QuickieStore: never hide plan hashes in Expert Mode. Closes #679 --- sp_QuickieStore/sp_QuickieStore.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sp_QuickieStore/sp_QuickieStore.sql b/sp_QuickieStore/sp_QuickieStore.sql index 7269cfc9..e32d087d 100644 --- a/sp_QuickieStore/sp_QuickieStore.sql +++ b/sp_QuickieStore/sp_QuickieStore.sql @@ -8583,6 +8583,7 @@ FROM WHEN @include_plan_hashes IS NOT NULL OR @ignore_plan_hashes IS NOT NULL OR @sort_order = 'plan count by hashes' + OR @expert_mode = 1 THEN N' qsp.query_plan_hash,' ELSE N''