关于表修改的问题
当我要修改表时,我在保存更改方面确实遇到了一些问题。我在我的字段中使用用户定义的默认值。我想知道为什么我无法修改我的表,因为我使用的是用户定义的默认值。单击“保存”按钮时,我总是遇到此错误消息
I do have some problem regarding saving changes when I'm going to modify my table. I'm using user defined default in my fields. I'm wondering that the reason why I can't modify my table because I'm using user defined default. When click the save button I always encounter this error message
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SQL Server Management Studio 中有一个选项可以防止您进行需要从头开始重建表的更改。
转到
Tools > 下选项>设计师
并找到复选框防止保存需要重新创建表的更改
并取消选中该复选框。这不是一个错误 - 这是一个功能! :-)
There's an option in SQL Server Management Studio to prevent you from doing changes that require a table to be rebuilt from scratch.
Go under
Tools > Options > Designers
and find the checkboxPrevent saving changes that require table re-creation
and uncheck that checkbox.It's not a bug - it's a feature! :-)