Monday, November 30, 2015

SQL Server - Saving changes is not permitted (Alter Table)

Message:
 
Saving changes is not permitted. The changes that 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.

 



Solution:
  1. Open SQL Server Management Studio.
  2. Clic Tools menu: Options.
  3. In the navigation pane of the Options window, click Designers.
  4. Select or clear the Prevent saving changes that require the table re-creation check box, and then click OK


No comments:

Post a Comment