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
SRD0046.md•772 B
# SQL Server Rule: SRD0046
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | DoNotUseRealOrFloatRule |
## Rule Information
| | |
|----|----|
| Id | SRD0046 |
| Friendly Name | Use of approximate data type |
| Category | Design |
| Ignorable | false |
| Applicable Types | Procedure |
| | Table |
| | View |
## Description
Do not use the real or float data types for parameters or columns as they are approximate value data types.
## Summary
Do not use the real or float data types as they are approximate value data types.
### Remarks
<c>REAL</c> and <c>FLOAT</c> do not store accurate values. They store <b>Approximate</b> values.
<sub><sup>Generated by a tool</sup></sub>