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
SRP0018.md•826 B
# SQL Server Rule: SRP0018
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Performance |
| Class | QueryHighJoinCountRule |
## Rule Information
| | |
|----|----|
| Id | SRP0018 |
| Friendly Name | High join count |
| Category | Performance |
| Ignorable | false |
| Applicable Types | Procedure |
| | Scalar Function |
| | Table Valued Function |
| | View |
## Description
Query uses a high number of joins.
## Summary
Reduce number of joined relations.
### Remarks
Queries that use a high number of joins will cause the compiler to time out trying to find
a good execution plan. Consider re-arranging the tables in the joins from smallest to
largest table and applying the FORCE ORDER query hint.
<sub><sup>Generated by a tool</sup></sub>