SQL Server: Saving changes is not permitted

In MS SQL Server 2008 Management Studio, when you go and edit structure of an table you may hit head with following error:

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.
I found a simple solution for this error.
Uncheck the checkbox Tools > Options > Designer > Prevent saving change that require table re-creation and click OK.


 You are done.

/AlpesH Shah

No comments:

Post a Comment