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
SRP0015.md•645 B
# SQL Server Rule: SRP0015
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Performance |
| Class | AvoidColumnCalcsRule |
## Rule Information
| | |
|----|----|
| Id | SRP0015 |
| Friendly Name | Avoid Column Calculations |
| Category | Performance |
| Ignorable | true |
| Applicable Types | Procedure |
| | Scalar Function |
| | Table Valued Function |
| | View |
## Description
Avoid the use of calculations on columns in the where clause. (Sargable)
## Summary
Avoid the use of calculations on columns in the where clause.
<sub><sup>Generated by a tool</sup></sub>