“防止保存需要重新创建 table 的更改”Microsoft SQL 服务器
“Prevent saving changes that require the table to be re-created” Microsoft SQL Server
我正在修改 SQL Server 2016 Management Studio (SSMS) 中的列并收到错误:
The changes you have made require the following tables to be dropped
and re-created
我正在测试,所以我对删除和重新创建新表没有任何问题。禁用此错误的选项在哪里?
工具 --> 选项 --> 设计器 --> Table 和数据库设计器
在这里您会找到以下选中的选项:
Prevent saving changes that require table re-creation
取消勾选即可!
我正在修改 SQL Server 2016 Management Studio (SSMS) 中的列并收到错误:
The changes you have made require the following tables to be dropped and re-created
我正在测试,所以我对删除和重新创建新表没有任何问题。禁用此错误的选项在哪里?
工具 --> 选项 --> 设计器 --> Table 和数据库设计器
在这里您会找到以下选中的选项:
Prevent saving changes that require table re-creation
取消勾选即可!