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
SRP0001.md•660 B
# SQL Server Rule: SRP0001
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Performance |
| Class | NestedViewRule |
## Rule Information
| | |
|----|----|
| Id | SRP0001 |
| Friendly Name | Nested Views |
| Category | Performance |
| Ignorable | false |
| Applicable Types | View |
## Description
Views should not use other views as a data source.
## Summary
Views should not use other views as a data source
### Remarks
Views that use other views in their from cause are extremely inefficient and will result in non-optimal execution plans.
<sub><sup>Generated by a tool</sup></sub>