Add unique constraint in SQL Server 2008 GUI?

后端 未结 4 1506
借酒劲吻你
借酒劲吻你 2020-12-04 17:27

I have an existing table with data. I have just added a new column but I cannot find how to add a unique constraint on that column. Could someone please advise? Right-clicki

4条回答
  •  一整个雨季
    2020-12-04 18:15

    You just Right Click from which column you need to add unique key from your table and you can select the Indexes/Keys. Then you can add or delete the column which you want to set unique key

提交回复
热议问题