zoukankan      html  css  js  c++  java
  • SQL2008修改表结构的时候弹出的提示. Saving changes is not permitted.

    最近要研究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了就行了.

  • 相关阅读:
    构造与析构的次序
    为什么析构函数常声明为虚函数
    偏移数组的二分查找
    字符串循环右移N位
    const 补充
    对类 sizeof
    指针与引用
    python小练习
    初学数据挖掘——相似性度量(一)
    每天进步一点点(二)
  • 原文地址:https://www.cnblogs.com/cwy173/p/1721263.html
Copyright © 2011-2022 走看看