SQL SERVER – Create Unique Constraint on Table Column on Existing Table
Here is the question I received on twitter. “Can we create a unique constraint on table column on Existing Table?” Of course Yes! Here is how you can create a unique constraint on the table which already exist in our system. USE tempdb GO -- Create Table CREATE TABLE Table1…
Read More