Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

drop df constraint sql server

ALTER TABLE NameTable	DROP CONSTRAINT Name_Constraint;
-- Example
--ALTER TABLE iso.works	DROP CONSTRAINT DF__works__idSubMont__4D5F7D71;
 
PREVIOUS NEXT
Tagged: #drop #df #constraint #sql #server
ADD COMMENT
Topic
Name
2+2 =