How to create a UNIQUE constraint on an existing table (Enterprise Manager)
To create a UNIQUE constraint on an existing table
- Expand a server group; then expand a server.
- Expand Databases, expand the database in which the table belongs, and then click Tables.
- In the details pane, right-click the table, and then click Design Table.
- Right-click any row; then click Properties.
- On the Indexes/Keys tab, click New.
- In the Column name list, select the columns that are part of the UNIQUE constraint.
- Select Create UNIQUE to make this index a unique constraint.
See Also
Creating and Modifying UNIQUE Constraints
(c) 1988-98 Microsoft Corporation. All Rights Reserved.