You can remove constraints from a table definition by dropping them.
(For details, search for "constraints" in SQL Enterprise Manager Help.)
Or
For example:
ALTER TABLE authors DROP CONSTRAINT UPKCL_auidind
drops the constraint created earlier in the example in "PRIMARY KEY constraints."
(For details, see the ALTER TABLE statement in the Microsoft SQL Server Transact-SQL Reference.)