SQL Server 创建多个外键
该表包含一个主键列和另一个外键列。这很好用。当我尝试添加另一列作为外键时,我收到以下消息:
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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这与 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”.