The solution to the error of SQL Server 2008" prevent saving changes that require recreating a table " is what we're going to introduce in this article: when you insert or modify any column after we have finished building the table with SQL Server 2008, Tip: When you change a table structure in SQL Server 2008 Enterprise Manager, you must delete the original table and re-create the new table before you can complete the table changes.
If you force a change, you receive the following prompt: You are not allowed to save changes. Your changes require that the following tables be deleted and recreated. You made changes to the label that could not be recreated or enabled the "Prevent saving changes that require the table to be recreated" option. The following figure:
If you want to remove this hint, open SQL Server 2008 on the top.
Workaround:
Tool-〉 Option-〉 the designer-〉 Table Designer and Database Designer-> prevent saving requests to recreate the table (right) remove the hook.
About the workaround for SQL Server 2008 "prevent saving requests from recreating a table" here, I hope this introduction will be able to harvest you!
It is recommended that your novice database friend cancel this option when you use it by looking for "tools" on the menu bar in Management Studio and clicking on the following options to expand designers in the interface below, select Table Designer and Database Designer, and Prevent saving changes that require a table to be recreated "the check in front is aborted.
Finally, this option is on the menu bar under the "tools", the reason why I need to emphasize is because I actually found the wrong place several times.