How to write query for remove and alter unique columns
- by Shiny
My scenario..Im using SqlCompactServer Edition .I'm creating table
Create Table SSr( name nvarchar(400),id int unique).I need to alter table and make name as UNIQUE Column and remove unique from existing column. How to Achieve this.