Sample Code for Disabling a Constraint : Disable constraint « Constraints « SQL Server / T-SQL






Sample Code for Disabling a Constraint

 


ALTER TABLE MyTable NOCHECK CONSTRAINT FK1_MyTable

 

Related examples in the same category