最近使用SqlServer2008,发现在修改完表字段名或是类型后点击保存时会弹出一个对话框,对话框内容大致如下

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…”解决方法

如果点击 Save Text File ,会保存一个文本文件,感觉没什么作用,内容如下图:

SqlServer2008修改表时出现“save changes is not permitted…”解决方法

点击 Cancel 后会弹出另一个对话框,如下图:

SqlServer2008修改表时出现“save changes is not permitted…”解决方法

点击OK就关闭了对话框,当然我们的修改肯定也没有保存上。

解决方法

打开工具-选项,如下图:

SqlServer2008修改表时出现“save changes is not permitted…”解决方法

在选项对话框中选择:Designers—Table and DataBase Designers ,将右边的Prevent saving changes that require table re-creation 前的勾选去掉,如下图:

SqlServer2008修改表时出现“save changes is not permitted…”解决方法

点击OK后,表的结构就可以随意修改保存了

相关文章:

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