How to write query for remove and alter unique columns
Posted
by Shiny
on Stack Overflow
See other posts from Stack Overflow
or by Shiny
Published on 2010-06-14T06:35:45Z
Indexed on
2010/06/14
6:42 UTC
Read the original article
Hit count: 178
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.
© Stack Overflow or respective owner