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
SRD0045.md•719 B
# SQL Server Rule: SRD0045
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | HighNumberOfIndexesRule |
## Rule Information
| | |
|----|----|
| Id | SRD0045 |
| Friendly Name | Excessive indexes on table |
| Category | Design |
| Ignorable | false |
| Applicable Types | Table |
## Description
Excessive number of indexes on table found on table.
## Summary
Excessive number of indexes on table found
### Remarks
Having too many indexes on a table can cause performance issues with action queries as each
time an action query is run all associated indexes need to be updated as well.
<sub><sup>Generated by a tool</sup></sub>