修改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:25:33   收藏:0   阅读:319

问题: 修改数据库表的时候,无法选择保存,提示: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 .

技术分享

技术分享

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!