在使用SQL Server 2008 版本的时候,当我Design更改表然后保存时出现如下错误:
Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can't be re-created or enabled the option Prevent saving changes that require the table to be re-created.
成了保存文件或取消.
 
解决SqlServer2008修改表后保存时出现“save changes is not permitted…”问题
 
提示信息:
"or enabled the option Prevent saving changes that require the table to be re-created."
 
这个只需要修改Tools-> Options -> Designers 然后按照下图进行设置。
将Prevent saving changes that require table re-creation 前的勾选去掉.
 
解决SqlServer2008修改表后保存时出现“save changes is not permitted…”问题
 
点击OK后,表的结构就可以修改保存了.
 

转载于:https://blog.51cto.com/aizzw/328293

相关文章:

  • 2021-06-03
  • 2021-07-22
  • 2021-09-12
  • 2021-05-01
  • 2021-07-26
  • 2021-05-18
  • 2021-07-07
  • 2021-08-12
猜你喜欢
  • 2021-09-25
  • 2021-07-02
  • 2021-05-27
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案