The solution to the error of SQL Server 2008 "to prevent saving requests for recreating a table" is the one we are going to introduce in this article: when we have finished building the table with SQL Server 2008, when we insert or modify any column, we are prompted: when the user is in SQL Server 2008 When you change the table structure in 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!