Categories MSSQL Server MSSQL Create Unique Constraints Post author By Tim van Kooten Niekerk Post date 2008-06-13 Example to create a unique constraint on a column. ALTER TABLE tablename ADD CONSTRAINT CK_Columnname UNIQUE (Columnname) Tags Constraint, Unique ← MSAD Directory Partitions Lay-out → MSSQL Create Table Partitions