SQL2008修改表结构的时候弹出的提示. Saving changes is not permitted.

弹出如下信息.

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 re-created or enabled the option Prevent saving changes that require the table to be re-created

解决方法:

Tools->Options->Designers->Table options->Prevent saving changes that require the table re-creation

把这一项uncheck

原文地址:https://www.cnblogs.com/xh831213/p/1791779.html