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
SRD0065.md•685 B
# SQL Server Rule: SRD0065
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | NotForReplication |
## Rule Information
| | |
|----|----|
| Id | SRD0065 |
| Friendly Name | Avoid NOT FOR REPLICATION |
| Category | Design |
| Ignorable | false |
| Applicable Types | Check Constraint |
| | Dml Trigger |
| | Foreign Key Constraint |
| | Table |
## Description
Avoid 'NOT FOR REPLICATION' unless this is the desired behavior and replication is in use.
## Summary
Avoid 'NOT FOR REPLICATION' unless this is the desired behavior and replication is in use.
<sub><sup>Generated by a tool</sup></sub>