How can I change primary key on SQL Azure

前端 未结 5 1582
无人共我
无人共我 2021-02-07 04:44

I am going to change the primary key on SQL Azure. But it throws an error when using Microsoft SQL Server Management Studio to generate the scripts. Because every tables on SQL

5条回答
  •  遥遥无期
    2021-02-07 05:28

    upgrade SQL V12 and heaps are supported on it. So you can drop the primary key and recreate it.

提交回复
热议问题