Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Unable to save changes that require recreation of database  (Read 3259 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Unable to save changes that require recreation of database
« on: August 11, 2014, 07:08:34 am »
Getting the following error in SQL server 2008 while making changes to a table structure that requires the table to be recreated

"Saving changes is not permitted.Changes you have made require tables to dropped and re-created."

To fix this,
Go to Tools -> Options -> Designers -> Tables and Designers and uncheck the Prevent Saving Changes that require table re-creation option.

====