偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

SQL Server數(shù)據(jù)格式修改時(shí)沒(méi)有保存按鈕怎么辦?

數(shù)據(jù)庫(kù) SQL Server
我們今天要和大家一起分享的是SQL Server數(shù)據(jù)格式修改時(shí)沒(méi)有保存按鈕這一情況的實(shí)際解決方案,下面就是文章的主要內(nèi)容。

以下的文章主要向大家講述的是SQL Server數(shù)據(jù)格式修改時(shí)沒(méi)有保存按鈕這一情況的解決,如假如你所使用的是 SQL Server 2008, 當(dāng)你修改相關(guān)的數(shù)據(jù)結(jié)構(gòu)后,保存時(shí)會(huì)報(bào)下圖情況:

\

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 的一種自我保護(hù),當(dāng)你的修改可能導(dǎo)致數(shù)據(jù)表被刪除并重新創(chuàng)建時(shí)(dropped and re-created),就會(huì)有這個(gè)提醒。

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

在表中間添加一個(gè)新列;

刪除列

更改列為 Null 性

更改列的順序

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

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

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

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

【編輯推薦】

  1. SQL server 2000 標(biāo)準(zhǔn)版、企業(yè)版的不同之處
  2. SQL Server 2000 JDBC驅(qū)動(dòng)的正確安裝步驟
  3. DBC連接SQL Server 2005中的問(wèn)題有哪些?
  4. SQL Server 2005 版本的描述
  5. SQL Server參數(shù)化查詢的概念與創(chuàng)建
責(zé)任編輯:佚名 來(lái)源: 互聯(lián)網(wǎng)
相關(guān)推薦

2010-07-09 10:27:33

SQL Server數(shù)

2010-06-28 09:09:24

SQL Server

2022-04-22 10:30:07

框架JavaScript前端

2024-04-22 08:17:23

MySQL誤刪數(shù)據(jù)

2018-09-04 16:01:33

工作挑戰(zhàn)性技術(shù)

2022-09-07 09:00:00

計(jì)算數(shù)據(jù)庫(kù)

2015-08-12 10:20:47

2021-01-05 10:48:38

RedisAOF日志RDB快照

2022-02-09 12:11:57

數(shù)據(jù)丟失數(shù)據(jù)恢復(fù)硬盤

2020-09-03 10:30:24

數(shù)據(jù)計(jì)算機(jī)視覺(jué)技術(shù)

2015-11-18 13:05:09

2025-02-21 10:59:22

2015-11-06 10:14:36

APP虛擬服務(wù)器

2017-08-14 12:45:54

Windows 10Windows開(kāi)機(jī)密碼

2009-11-03 08:56:02

linux死機(jī)操作系統(tǒng)

2022-12-19 11:31:57

緩存失效數(shù)據(jù)庫(kù)

2017-02-21 13:11:43

SDN網(wǎng)絡(luò)體系SDN架構(gòu)

2022-05-19 08:01:49

PostgreSQL數(shù)據(jù)庫(kù)

2019-10-12 09:50:46

Redis內(nèi)存數(shù)據(jù)庫(kù)
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)