"Saving changes is not permitted. The changes you have made require the following table 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."
How to solve this issue?
- Go to Tools > Options it will open the Options dialog.
- Select the Designers from left pane
- Un check the Prevent saving changes that require table re-creation
- Press OK button.
This will allow you to save the table changes.
Possible causes for this error:
- You tried to change the data type of any column and the table already have some data exists.
- You tried to add constraint to any column like Primary key which already have data exists.