zoukankan      html  css  js  c++  java
  • SQL Server2008修改表保存错误

    由于项目经常要修改表结构,没办法,地球上的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了就行了.

  • 相关阅读:
    好元素(good)
    三条线 (Standard IO)
    计数排序-自然顺序Comparable
    贪心算法之田忌赛马
    bzoj3400
    bzoj1704
    CF Round #456 (Div. 2)
    LA3029
    bzoj3000
    bzoj3623
  • 原文地址:https://www.cnblogs.com/jhabb/p/2423275.html
Copyright © 2011-2022 走看看