有什么办法可以避免“不允许保存更改”吗?尝试更改架构时出错

发布于 2024-09-29 08:46:25 字数 205 浏览 0 评论 0原文

无论如何,我都不是 SQL Server 专家,我希望这很简单。场景:我使用所有默认值创建一个新数据库,然后添加一个包含主键和两个 nvarchar(max) 字段的表,但我忘记在键上设置身份规范,因此我返回并尝试更改它IsIdentity 属性从 No 变为 Yes,我收到以下错误: 替代文字

I'm not a SQL server expert by any means, and I'm hoping this is something simple. The scenario: I create a new database with all the defaults, then add a table with a primary key and two nvarchar(max) fields, but I forget to set the identity specification on the key so I go back and try to change it the IsIdentity property from No to Yes and I get the following error:
alt text

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

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

发布评论

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

评论(1

最佳男配角 2024-10-06 08:46:25

找到这个 发布我的问题后 - 由版主决定是否保留此内容...

绕过此错误的最简单方法是进入“选项 - 设计器”并取消选中“防止保存需要重新表的更改”选项创建。

Found this after posting my question - leaving up to moderators to decide if this is something to keep or not...

The simplest way to bypass this error is to go into Option – Designers and uncheck the option Prevent saving changes that require table re-creation.

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