If [Prevent saving changes that require table re-creation] option in [Table Options] of [Designers] in SSMS [SQL Server Management Studio] is ON, when you want to save a table that requires the table be dropped and recreated behind the scenes, you will see the following warning. It can happen if you want to modify a column data type, data type size, or to add a new column in a specific location, or ...
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5zfk4A9zfwEApKKQ_vyc5q8OpJ5xKVOno6vZKqU6SwyDjPAvACtaaW8LDDMehC7caIM9uyxw1maXGuR419ntcvXpX4MknCmVUYHqZPCdRAjaNnSL0c39-K2Dgr5PWHoZiwp92X3i5gwzL/s400/2009-08-15-SQL2008-SavingChangesNotPermitted.jpg)
Saving changes is not permitted. The changes 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.
The solution is turn off the option in Tools -> Options then go to [Designers] page and uncheck [Prevent saving changes that require table re-creation] option.
![Share/Bookmark](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sWuh_rLF3oqyvgK38-VDFIDrpAp8UVLc6s9Ky4MhPr2vEOpTIRjuZLenPa2SH2n4AAbeuQmFGT8Fnq5Xw9w0kYrcD94yAs9F7nuZ5ohFNZsaJWi6czzAHLeQg=s0-d)
SQL Server 2008 - Warning: Saving Changes Not Permitted
No comments:
Post a Comment