Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

drop unique key constraint in sql server

/* To Drop Unique Key Constraint*/
ALTER TABLE Table_Name
DROP CONSTRAINT Constraint_Name
 
PREVIOUS NEXT
Tagged: #drop #unique #key #constraint #sql #server
ADD COMMENT
Topic
Name
8+7 =