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

SQL Server數(shù)據(jù)格式修改忘記保存按鈕的破解

數(shù)據(jù)庫(kù) SQL Server
我們今天主要向大家講述的是是SQL Server數(shù)據(jù)格式修改之時(shí),沒(méi)有對(duì)按鈕進(jìn)行保存的實(shí)際情況的破解,以下就是文章的主要內(nèi)容破解。

文章主要描述的是SQL Server數(shù)據(jù)格式修改之時(shí),沒(méi)有對(duì)按鈕進(jìn)行保存的實(shí)際情況的破解,如果你現(xiàn)在使用的是 SQL Server 2008數(shù)據(jù)庫(kù), 當(dāng)你對(duì)其數(shù)據(jù)結(jié)構(gòu)進(jìn)行修改之后,保存時(shí)會(huì)報(bào)下圖情況:

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

SQL Server數(shù)據(jù)格式修改導(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.

如下圖:

 

SQL Server數(shù)據(jù)格式修

以上的相關(guān)內(nèi)容就是對(duì)SQL Server數(shù)據(jù)格式修改的介紹,望你能有所收獲。

【編輯推薦】

  1. 優(yōu)化SQL Server數(shù)據(jù)庫(kù)中的注意點(diǎn)
  2. C#來(lái)對(duì)SQL Server存儲(chǔ)過(guò)程進(jìn)行創(chuàng)建
  3. SQL Server導(dǎo)入升級(jí)還有什么你沒(méi)做?
  4. SQL Server索引的使用誤區(qū)講述
  5. SQL Server索引實(shí)際結(jié)構(gòu)的理解
責(zé)任編輯:佚名 來(lái)源: 博客園
相關(guān)推薦

2010-06-18 13:07:57

SQL Server數(shù)

2010-06-28 09:09:24

SQL Server

2010-06-13 13:10:09

MySQLROOT密碼

2010-07-02 10:42:11

SQL Server

2010-06-10 15:44:53

2010-07-14 14:36:24

SQL Server附

2010-07-09 15:04:25

SQL Server

2010-07-13 17:25:55

SQL Server

2010-06-18 09:26:49

SQL Server

2010-07-14 13:50:48

SQL Server數(shù)

2010-07-02 10:53:32

SQL Server死

2010-07-05 11:26:31

2010-01-06 14:04:55

Json數(shù)據(jù)格式

2010-06-18 09:46:27

SQL Server

2010-04-23 13:53:29

Oracle密碼

2010-07-08 12:52:58

SQL Server

2010-07-26 13:33:28

SQL Server

2010-07-22 10:02:12

SQL Server置

2010-07-22 10:09:21

2010-06-28 13:45:16

SQL Server
點(diǎn)贊
收藏

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