SQL Server Error: Saving Changes is not permitted | Quisitive
SQL Server Error: Saving Changes is not permitted
June 25, 2013
Quisitive
How to fix SQL server error not saving changes.

When you install the Microsoft SQL Server Management Studio, the default settings do not allow you to save any changes to the structure of your tables that would cause the tables to be dropped and recreated and creating an error commonly known as SQL server error, which can be extremely limiting when you are needing to make a quick change using the interface.

SQL Server Error Solution

The good news is that it is very easy to change this setting by following these steps:

  1. Open SQL Server Management Studio
  2. From the file menu, choose Tools à Options
  3. From the left menu, choose Designers
  4. Uncheck the box entitled Prevent saving changes that require table re-creation
  5. Press OK to save

That’s it!

More SQL content:

  1. Float vs Decimal in SQL
  2. Cannot resolve the collation conflict
  3. Calculate the most recent Monday in SQL