Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 746 Bytes

SRD0065.md

File metadata and controls

32 lines (22 loc) · 746 Bytes

SQL Server Rule: SRD0065

Assembly SqlServer.Rules.dll
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.