Prochain Science
理論科學打造雙翼,用資訊技術飛向藍天
2016年4月29日 星期五
SQL Server: How to set two Primary Key in same table.
要對Sql Server 更改 table 為兩個primary key,使用以下 SQL Command
ALTER TABLE Table1 ADD CONSTRAINT pk_PersonID PRIMARY KEY (AgentId, IdIndicator)
Reference:
http://stackoverflow.com/questions/12167689/change-primary-key-to-composite-key-primary-key-already-exists
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言