We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErikEJ/SqlServer.Rules'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SRD0052.md•995 B
# SQL Server Rule: SRD0052
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | DuplicateIndexesRule |
## Rule Information
| | |
|----|----|
| Id | SRD0052 |
| Friendly Name | Duplicate/Overlapping Index |
| Category | Design |
| Ignorable | false |
| Applicable Types | Table |
## Description
Index has exact duplicate or borderline overlapping index.
## Summary
Index has exact duplicate or overlapping index. Combine indexes to reduce over-head
### Remarks
The rule matches exact duplicating or partially duplicating indexes. The exact duplicating
indexes must have the same key columns in the same order, and the same included columns but
in any order. These indexes are sure targets for elimination. The overlapping indexes share
the same leading key columns, but the included columns are ignored. These types of indexes
are probable dead indexes walking.
<sub><sup>Generated by a tool</sup></sub>