Skip to content

Commit 04f0e71

Browse files
authored
Merge pull request #3779 from VladDBA/sp_BlitzIndex-fix-wrong-priority
Fix for #3778 - sp_BlitzIndex wrong priority for "Index Suggestion: High Value Missing Index"
2 parents 5184a1b + 73de7f8 commit 04f0e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzIndex.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4448,7 +4448,7 @@ BEGIN
44484448
INSERT #BlitzIndexResults ( check_id, index_sanity_id, Priority, findings_group, finding, [database_name], URL, details, index_definition,
44494449
index_usage_summary, index_size_summary, create_tsql, more_info, sample_query_plan )
44504450

4451-
SELECT check_id, t.index_sanity_id, t.check_id, t.findings_group, t.finding, t.[Database Name], t.URL, t.details, t.[definition],
4451+
SELECT check_id, t.index_sanity_id, t.Priority, t.findings_group, t.finding, t.[Database Name], t.URL, t.details, t.[definition],
44524452
index_estimated_impact, t.index_size_summary, create_tsql, more_info, sample_query_plan
44534453
FROM
44544454
(

0 commit comments

Comments
 (0)