If you look at the properties of a foreign key relationship in a diagram there is a check box for "Enforce Relationship for Inserts and Updates."When I do a CREATE TABLE and add a foreign key constraint I want to have this box unchecked. In my Create I include ON UPDATE NO ACTION, ON DELETE NO ACTION, NOT FOR REPLICATION but this box remains checked. Is there a way to make this unchecked during a CREATE TABLE or with an ALTER?