您的位置:首页 > 数据库

SQL2008修改表结构的时候弹出的提示. Saving changes is not permitted...

2009-03-24 23:24 417 查看
最近要研究Reporting Services便给自己装了MSSQL2008企业版, 正版的哦~~~ 安装的时候要卸载原来的SQL2005 Express Studio. 自然新的SQL Server Management Studio 2008被安装上了.

由于项目经常要修改表结构,没办法,地球上的IT人都知道表结构不能随便修改, 但量客户那头有一个不是程序的程序员,只会简单的拖和拽和控件绑定的人,而且经常的在产品服务器上直接修改我建立的数据表, 所以上头有要求所有的字段都要照顾到该人士.(谁让人家是外国人,外包也不是那么好做的啊...)

 

在换上了2008之后,便弹出如下信息.

 

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 re-created or enabled the option Prevent saving changes that require the
table to be re-created

 

解决方法:

Tools->Options->Designers->Table options->Prevent saving changes
that require the table re-creation

把这一项uncheck了就行了.

 

哎...
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐