Skip to content

Commit 6a028e0

Browse files
BrentOzarclaude
andcommitted
#3736 Add check_id 129 docs, fix findings_group to match convention
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7f9f273 commit 6a028e0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Documentation/sp_BlitzIndex_Checks_by_Priority.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
66

77
If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.
88

9-
CURRENT HIGH CHECKID: 128
10-
If you want to add a new check, start at 129.
9+
CURRENT HIGH CHECKID: 129
10+
If you want to add a new check, start at 130.
1111

1212
| Priority | FindingsGroup | Finding | URL | CheckID |
1313
| -------- | ----------------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------- |
@@ -47,6 +47,7 @@ If you want to add a new check, start at 129.
4747
| 150 | Abnormal Design Pattern | In-Memory OLTP | https://www.brentozar.com/go/AbnormalPsychology | 73 |
4848
| 150 | Abnormal Design Pattern | Non-Aligned Index on a Partitioned Table | https://www.brentozar.com/go/AbnormalPsychology | 65 |
4949
| 150 | Abnormal Design Pattern | Partitioned Index | https://www.brentozar.com/go/AbnormalPsychology | 64 |
50+
| 150 | Abnormal Design Pattern | JSON Index | https://www.brentozar.com/go/AbnormalPsychology | 129 |
5051
| 150 | Abnormal Design Pattern | Spatial Index | https://www.brentozar.com/go/AbnormalPsychology | 62 |
5152
| 150 | Abnormal Design Pattern | XML Index | https://www.brentozar.com/go/AbnormalPsychology | 60 |
5253
| 150 | Over-Indexing | Approximate: Wide Indexes (7 or More Columns) | https://www.brentozar.com/go/IndexHoarder | 23 |

sp_BlitzIndex.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5895,7 +5895,7 @@ BEGIN
58955895
SELECT 129 AS check_id,
58965896
i.index_sanity_id,
58975897
150 AS Priority,
5898-
N'Feature-Dependent Indexes' AS findings_group,
5898+
N'Abnormal Design Pattern' AS findings_group,
58995899
N'JSON Index' AS finding,
59005900
[database_name] AS [Database Name],
59015901
N'https://www.brentozar.com/go/AbnormalPsychology' AS URL,

0 commit comments

Comments
 (0)