Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何编辑 SQL Server 表中的一列? 我想将其中一列的类型从 n var char (50) 更改为 n var char (100)。当我这样做时,会出现此错误: 不允许保存更改。 我该怎么做?
从Sql Server Management Studio
Sql Server Management Studio
工具-> 选项-> 设计器-> 取消选中阻止保存需要重新创建表的更改。
“防止保存需要重新创建表的更改”负面影响
http://support.microsoft.com/kb/956176