日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關咨詢
選擇下列產(chǎn)品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
SQLServer數(shù)據(jù)格式修改時沒有保存按鈕怎么辦?

以下的文章主要向大家講述的是SQL Server數(shù)據(jù)格式修改時沒有保存按鈕這一情況的解決,如假如你所使用的是 SQL Server 2008, 當你修改相關的數(shù)據(jù)結構后,保存時會報下圖情況:

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

這是 SQL Server 2008 的一種自我保護,當你的修改可能導致數(shù)據(jù)表被刪除并重新創(chuàng)建時(dropped and re-created),就會有這個提醒。

導致表被重新創(chuàng)建可能是以下幾種情況:

在表中間添加一個新列;

刪除列

更改列為 Null 性

更改列的順序

更改列的數(shù)據(jù)類型

若要不使用這個保護,需要在“工具”菜單中單擊“選項”,展開“設計器”,然后單擊“表設計器和數(shù)據(jù)庫設計器”。 清除“阻止保存要求重新創(chuàng)建表的更改”復選框。

on the Tools menu, click Options, expand Designers, and then click Table and Database Designers. Select or clear the Prevent saving changes that require the table to be re-created check box.

如下圖:

參考資料:

Save (Not Permitted) Dialog Box

上述的相關內(nèi)容就是對SQL Server數(shù)據(jù)格式修改時,沒有保存按鈕的情況解決的描述,希望會給你帶來一些幫助在此方面。

【編輯推薦】

  1. SQL server 2000 標準版、企業(yè)版的不同之處
  2. SQL Server 2000 JDBC驅動的正確安裝步驟
  3. DBC連接SQL Server 2005中的問題有哪些?
  4. SQL Server 2005 版本的描述
  5. SQL Server參數(shù)化查詢的概念與創(chuàng)建

當前標題:SQLServer數(shù)據(jù)格式修改時沒有保存按鈕怎么辦?
轉載源于:http://www.5511xx.com/article/djdsgho.html