Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有一些表具有 int 类型的主键,我想将其更改为 bigint 类型。在不删除/重新创建表和约束的情况下完成此任务的最佳策略是什么?
这些主键在其他表中被用作外键,因此会考虑在内。
在 SSMS 中,执行以下步骤。
单击工具。 选择选项 选择设计师
只需取消选中屏幕截图中突出显示的选项即可。现在您可以使用Alter script来更改DDL.
Alter script
DDL