I try to make changes to an existing table and get this error when trying to save:
Saving changes is not allowed. The changes you made require the following tables to be deleted and recreated. You have made changes to the table that cannot be recreated or to enable the Deny saving changes that require the recreation of the table option.
I have only one data record in the database - would I delete it, resolving the problem, or will I have to recreate the tables, as the error suggests? (This is on SQL-Server 2008 R2)
source
share