how one can apply unique constraint using MS SQL Server Management Studio. I can see in table property "Replicated" but i can't change its values as its disabled. Or I've to user general query like the one below; CREATE TABLE Customer(SID integer UNIQUE);