SQL Server 2008 Designer Behavior Change: Saving Changes Not Permitted

Posted by SAMIR BHOGAYTA on Samir ASP.NET with C# Technology See other posts from Samir ASP.NET with C# Technology or by SAMIR BHOGAYTA
Published on 2011-07-10T00:05:00.000-07:00 Indexed on 2011/11/11 18:23 UTC
Read the original article Hit count: 356

Warning 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.

This is by design and can be quickly fixed in Management Studio by unchecking a property. To fix this in Management Studio, go to Tools -> Options then go to the Designer Page and uncheck "Prevent saving changes that require table re-creation"


© Samir ASP.NET with C# Technology or respective owner

Related posts about SQL Server 2008 Designer Behavior Change: Saving Changes Not Permitted