Change primary key column in SQL Server - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Change primary key column in SQL Server - Stack Overflow
2012年1月13日 - Assuming that your current primary key constraint is called pk_history, you can replace the following lines: ALTER TABLE history ADD PRIMARY KEY ...