SQL Server Management Studio Not Allowing Table Changes That Require A Table To Be Dropped

I was doing some work with a custom table yesterday and at one point needed to make a change to the table layout via SQL Server Management Studio. However, when I tried, I got the below 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

I’d renamed a column which is why the table needed to be dropped and re-created but this should have been possible (I’ve definitely done this before); I also hadn’t changed any options is SQL Server Management Studio.

The option Prevent saving changes that require table re-creation (Tools >> Options >> Designers >> Table and Database Designers) is in the Options dialog;

Options

It was indeed enabled but I hadn’t been into the Options since loading SQL so being prevented from saving changes which require tables to be dropped and re-created is actually the default option. I unchecked the option and tried resaving the changes to the table; this time successfully.

Ian Grieve

About Ian Grieve

Ian is a Microsoft Dynamics GP certified consultant specialising in the delivery of Microsoft Dynamics GP projects and currently working for Perfect Image Ltd., a Microsoft Partner and VAR in the North East of England. Ian has worked with Microsoft Dynamics GP since 2003 and, over the nine years since, has dealt with all aspects of the product life-cycle from presales, to implementation, to technical and functional training, to post go-live support and subsequent upgrades and process reviews. In his spare time, Ian runs the azurecurve | Ramblings of a Dynamics GP Consultant blog dedicated to Microsoft Dynamics GP and related products.
This entry was posted in Microsoft, SQL Server, SQL Server 2008 and tagged , , , . Bookmark the permalink.

One comment on “SQL Server Management Studio Not Allowing Table Changes That Require A Table To Be Dropped

  1. Pingback: SQL Server Management Studio Not Allowing Table Changes That Require A Table To Be Dropped | Interesting Findings & Knowledge Sharing

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>