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