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
SRD0025.md•707 B
# SQL Server Rule: SRD0025
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | AvoidNumericOrderByRule |
## Rule Information
| | |
|----|----|
| Id | SRD0025 |
| Friendly Name | Avoid ORDER BY with numbers |
| Category | Design |
| Ignorable | true |
| Applicable Types | Procedure |
| | Scalar Function |
| | Table Valued Function |
## Description
Avoid using column numbers in ORDER BY clause.
## Summary
Avoid the use of column numbers in a where clause. If someone changes the select query without updating the column number, then the sorting could inadvertently change.
<sub><sup>Generated by a tool</sup></sub>