MSSQL - Set permission to update database MSSQL2008

In MSSQL2008 Server, when you change/edit table schema, sometimes you can not save change. The error you found is "Saving change is not permitted. The changes you have made require the following tables to be dropped and re-created....."

You can fixed this problem with this solution.

Solution:
- In SQL Server Management Studio > Go to Tools Menu > Options > Designers
- Find the option "Prevent saving changes that require a table re-creation" and unchecked it.

Now, you can save changed your new schema.

Popular posts from this blog

SAP CPI - Loop Process Call with SuccessFactor (oData V2)

Setting IntelliJ IDEA to run Groovy Script

C# - BASE64 to Image