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
SRD0043.md•903 B
# SQL Server Rule: SRD0043
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | FunctionTypeMismatchRule |
## Rule Information
| | |
|----|----|
| Id | SRD0043 |
| Friendly Name | Possible side-effects implicit cast |
| Category | Design |
| Ignorable | false |
| Applicable Types | Procedure |
| | Scalar Function |
| | Table Valued Function |
## Description
The arguments of the function '{0}' are not of the same datatype.
## Summary
The arguments of the function <c>ISNULL</c> are not of the same datatype.
### Remarks
The rule checks and warns if <c>ISNULL</c> function arguments do not have same data type.
Consider the possible truncation which may result when the second parameter of the function
is implicitly converted to the type of the first parameter.
<sub><sup>Generated by a tool</sup></sub>