Home  >  Article  >  Database  >  不允许储存变更saving changes is not permitted

不允许储存变更saving changes is not permitted

WBOY
WBOYOriginal
2016-06-07 17:54:311264browse

SQL Server 2008启动SSMS,开始试试IntelliSence,Import,Export等基本功能,建了一个Table想要再Modify修改Table的Column字段定义,出现错误 不允许储存变更saving changes is not permitted 解法如下: 1.请开启 SQL Server Management Studio (SSMS) 2.在 [ 工

SQL Server 2008启动SSMS,开始试试IntelliSence,Import,Export等基本功能,建了一个Table想要再Modify修改Table的Column字段定义,出现错误 "不允许储存变更saving changes is not permitted"

解法如下:
1.请开启 SQL Server Management Studio (SSMS)

2.在 [ 工具 ] 菜单中上, 单击 [ 选项 ]

3.在 [ 选项] 窗口,巡览窗格中, 单击 设计工具 (英文)

4.选取或清除 [储存的变更,需要重新建立数据表 ] 复选框,然后再单击 [确定]

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn