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
SRD0032.md•674 B
# SQL Server Rule: SRD0032
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | AvoidORInQueriesRule |
## Rule Information
| | |
|----|----|
| Id | SRD0032 |
| Friendly Name | Avoid use of OR in where clause |
| Category | Design |
| Ignorable | true |
| Applicable Types | Procedure |
| | Scalar Function |
| | Table Valued Function |
| | View |
## Description
Try to avoid the OR operator in query where clauses if possible. (Sargable)
## Summary
Try to avoid the OR operator in query where clauses if possible. This affects sargability.
<sub><sup>Generated by a tool</sup></sub>