When you try to change something in
SQL Server 2008
related to table, you may encounter a dialog saying the following message
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.
Normally, whenever I faced this message earlier, I used to do the change using SQL command, but today I found something interesting.
Here are the
abstracts from that:
New default in SQL Server's Management Tools: When you design a table in
a database and then try to make a change to a table structure that
requires the table to be recreated, the management tools will not allow
you to save the changes. Instead you'll be greeted by this friendly
dialog:
Notice that there's no option to save the changes - it's a hard rule
that is applied upon saving and you can get past this other than back
out of the dialog.