码迷,mamicode.com
首页 > 数据库 > 详细

修改SQL Server 表时提示:Saving changes is not permissted .The changes you have made require the following tables to be dropped and re-created ......

时间:2015-07-08 14:26:38      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

问题: 修改数据库表的时候,无法选择保存,提示:saving changes is not permitted , 如下图1,如果选择cancle,就会撤销保存,如果选择Save Text File,就会保存一个TXT 文件,不过不是sql 脚本,个人觉得没用。

技术分享

解决方法:不要捉急,这是因为你设置了保存修改时重建表(一般是默认的)

     1.回到SQL server首页。

     2. 选择Tools-->Options-->Designers-->Table and Database Designers ,去掉Prevent saving changes that require table re-creation .

技术分享

技术分享

修改SQL Server 表时提示:Saving changes is not permissted .The changes you have made require the following tables to be dropped and re-created ......

标签:

原文地址:http://www.cnblogs.com/mofei0503/p/4629893.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!