“警告空主键” SSMS 中的表设计选项

发布于 2024-09-26 18:08:19 字数 420 浏览 2 评论 0原文

我SSMS(2008R2)菜单工具-->选项 -->设计师-->表和数据库设计器 --> “警告空主键” 我尝试了选中和取消选中此复选框,但无法检测到差异。
它是做什么用的?

我的相关问题可能是:

I SSMS (2008R2) menu Tools --> Options --> Designers --> Table and Database Designers --> "Warn on null primary keys"
I played checking and unchecking this checkbox but could not detect the differences.
What is it for?

My related questions, probably:

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

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

发布评论

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

评论(1

没有伤那来痛 2024-10-03 18:08:19

好的,看起来当检查此选项时,如果任何列可为空,它将产生一个警告,说明

无法创建主键
列“X”,因为它允许 null
值。

清除“允许空值”复选框
主键中的每一列。

然而,如果不检查这一点,并且您将列设为主键,它们将自动更改为不可为空。

OK, it would seem that when this is checked, if any of the columns are nullable, it will produce a warning stating

Primary Key cannot be created on
Column 'X' because it allows null
values.

Clear the Allow Nulls check box for
each column in the primary key.

Whereas if this is not check, and you make columns the primary key, they will automatically be changed to non nullable.

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