Click here to Skip to main content
15,891,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i was already created table this table some data after that i change the desing: i got
this error. how set the settings Management studio 2008R2


I got this Error

Saving changes is not permitted. The changes you have made require the following table
to be droped 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 re-created
Posted
Updated 15-Jun-12 0:40am
v2

You should have googled with the error message.

LMGTFY[^]

The first link itself gives the answer:

http://support.microsoft.com/kb/956176[^]

To change the Prevent saving changes that require the table re-creation option, follow these steps:
1.Open SQL Server Management Studio (SSMS).
2.On the Tools menu, click Options.
3.In the navigation pane of the Options window, click Designers.
4.Select or clear the Prevent saving changes that require the table re-creation check box, and then click OK.
 
Share this answer
 
Comments
Espen Harlinn 15-Jun-12 8:31am    
5'ed!
Manas Bhardwaj 15-Jun-12 8:45am    
thx!
Sandeep Mewara 15-Jun-12 11:51am    
Good answer. 5!
Manas Bhardwaj 15-Jun-12 17:08pm    
thx!
in SQL Server 2008, if you want to change something then you have to do with SQL query only. At first sight it seems visible that we can perform on GUI, but we can't do that.
 
Share this answer
 
Comments
Manas Bhardwaj 15-Jun-12 6:53am    
I don't think that's true!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900