SQL Server 创建多个外键

发布于 2024-08-23 06:31:03 字数 133 浏览 6 评论 0原文

该表包含一个主键列和另一个外键列。这很好用。当我尝试添加另一列作为外键时,我收到以下消息:

链接到图片

The table contains a PRIMARY KEY column and another column which is FOREIGN KEY. This works fine. When I attempt to add another column as a FOREIGN KEY I get the following message:

Link to pic

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ杯具 2024-08-30 06:31:03

这与 PK 或 FK 无关。

SQL Server 2008 SSSM 中有一个设置可以防止通过设计器重建表。

工具..选项..设计器...清除选项“防止保存需要重新创建表的更改”。

This is unrelated to the PKs or FKs.

There is a setting in SQL Server 2008 SSSM to prevent table rebuilds via the designer.

Tools..Options..Designers... clear the option “Prevent saving changes that require table re-creation”.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文