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
SRD0047.md•860 B
# SQL Server Rule: SRD0047
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | ConsiderMatchingColumnDataTypes |
## Rule Information
| | |
|----|----|
| Id | SRD0047 |
| Friendly Name | Ambiguous column name across design |
| Category | Design |
| Ignorable | true |
| Applicable Types | Model |
## Description
Avoid using columns that match other columns by name, but are different in type or size.
## Summary
Avoid using columns that match other columns by name, but are different in type or size
### Remarks
Columns are found in multiple tables that match by name but differ by either type or size.
If the columns truly have different meanings, they should differ by name as well or they
should match in datatype and size.
<sub><sup>Generated by a tool</sup></sub>