SQL Server数据格式修改忘记保存按钮的破解

数据库 SQL Server
我们今天主要向大家讲述的是是SQL Server数据格式修改之时,没有对按钮进行保存的实际情况的破解,以下就是文章的主要内容破解。

文章主要描述的是SQL Server数据格式修改之时,没有对按钮进行保存的实际情况的破解,如果你现在使用的是 SQL Server 2008数据库, 当你对其数据结构进行修改之后,保存时会报下图情况:

SQL Server数据格式修改

 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 的一种自我保护,当你的修改可能导致数据表被删除并重新创建时(dropped and re-created),就会有这个提醒。

SQL Server数据格式修改导致表被重新创建可能是以下几种情况:

在表中间添加一个新列;

删除列

 

更改列为 Null 性

 

更改列的顺序

 

更改列的数据类型

 

若要不使用这个保护,需要在“工具”菜单中单击“选项”,展开“设计器”,然后单击“表设计器和数据库设计器”。 清除“阻止保存要求重新创建表的更改”复选框。

 

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数据格式修

以上的相关内容就是对SQL Server数据格式修改的介绍,望你能有所收获。

【编辑推荐】

  1. 优化SQL Server数据库中的注意点
  2. C#来对SQL Server存储过程进行创建
  3. SQL Server导入升级还有什么你没做?
  4. SQL Server索引的使用误区讲述
  5. SQL Server索引实际结构的理解
责任编辑:佚名 来源: 博客园
相关推荐

2010-06-18 13:07:57

SQL Server数

2010-06-28 09:09:24

SQL Server

2010-07-02 10:42:11

SQL Server

2010-06-10 15:44:53

2010-07-14 13:50:48

SQL Server数

2010-06-13 13:10:09

MySQLROOT密码

2010-07-14 14:36:24

SQL Server附

2010-06-18 09:26:49

SQL Server

2010-07-13 17:25:55

SQL Server

2010-07-09 15:04:25

SQL Server

2010-07-02 10:53:32

SQL Server死

2010-01-06 14:04:55

Json数据格式

2010-07-05 11:26:31

2010-06-18 09:46:27

SQL Server

2010-07-22 10:02:12

SQL Server置

2010-07-08 12:52:58

SQL Server

2010-07-26 13:33:28

SQL Server

2021-11-11 23:16:33

前端数据格式Web

2014-08-12 10:15:42

数据格式JSONXML

2010-04-23 13:53:29

Oracle密码
点赞
收藏

51CTO技术栈公众号