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
SRD0061.md•1.24 KiB
# SQL Server Rule: SRD0061
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | InvalidDatabaseOptionsRule |
## Rule Information
| | |
|----|----|
| Id | SRD0061 |
| Friendly Name | Invalid database configured options |
| Category | Design |
| Ignorable | false |
| Applicable Types | Model |
## Description
The database is configured with invalid options.
## Summary
Please review ANSI, arithmetic, concat, and identifier options
### Remarks
The database is configured with invalid options.
Many of these options can have an adverse affect as well as affect performance.
<br />
Recommended:
<list type="table">
<listheader><term>Option</term><description>State</description></listheader>
<item><term>ANSI_NULLS</term><description>OFF</description></item>
<item><term>ANSI_PADDING</term><description>OFF</description></item>
<item><term>ANSI_WARNINGS</term><description>OFF</description></item>
<item><term>ARITHABORT</term><description>OFF</description></item>
<item><term>CONCAT_NULL_YIELDS_NULL</term><description>OFF</description></item>
<item><term>QUOTED_IDENTIFIER</term><description>OFF</description></item>
</list>
<sub><sup>Generated by a tool</sup></sub>