Save Table Structure Changes When Remote Access To SQL Server
Posted by in SQL Server March 2, 2012 Leave a comment

When remotely connect to SQL Server and edit structure/design of a particular table, it doesn’t allow you to save the changes although it works fine if connect directly to the database server.

It produces an error 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.

SQL Server Saving changes is not permitted

SQL Server Saving changes is not permitted

In order to deal with the issue, go to Tools => Options in the Microsoft SQL Server Management Studio or Microsoft SQL Server Management Studio Express.

SQL Server Prevent saving changes that require table re-creation

SQL Server Prevent saving changes that require table re-creation

Expand Designers => Table and Database Designers, un check Prevent saving changes that require table re-creation option.

Finally, click OK button.

Hoan Huynh is the founder and head of 4rapiddev.com. Reach him at hoan@4rapiddev.com