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
SRN0001.md•832 B
# SQL Server Rule: SRN0001
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Naming |
| Class | AvoidFNPrefixRule |
## Rule Information
| | |
|----|----|
| Id | SRN0001 |
| Friendly Name | UDF with System prefix |
| Category | Naming |
| Ignorable | true |
| Applicable Types | Partition Function |
| | Scalar Function |
| | Table Valued Function |
## Description
Avoid 'fn_' prefix when naming functions.
## Summary
Function name may conflict system name. Avoid 'fn_' prefix when naming functions.
### Remarks
This rule checks for user defined scalar functions with 'fn_'. Though this practice is
supported, it is recommended that the prefixes not be used to avoid name clashes with
Microsoft shipped objects.
<sub><sup>Generated by a tool</sup></sub>