Disabling a Check Constraint for Replication
You can disable a check constraint when your
- The integrity of the data was checked when it was entered into the original database.
- The replication will fail if data violates the check constraints.
To disable a check constraint for replication
- In your database diagram, right-click the table containing the constraint, then select Properties from the shortcut menu.
-or-
Open the Table Designer for the table containing the constraint, right-click in the Table Designer, and choose Properties from the shortcut menu.
- Choose the Check Constraints tab.
- Select the constraint from the Selected constraint list.
- Clear the Enforce constraint for replication check box.
See Also
Attaching a New Check Constraint to a Table or Column | Check Constraints | Constraints