Monday, April 8, 2013

About a MS SQL Server Table Schema Change Warning - Saving changes is not permitted......


After changing a table schema sometimes we get a MS SQL Server warning saying that - Saving Changes is not permitted. The changes you have made require the following tables to be dropped and re-created......



To avoide this warning do the following:-

1. From Tool menu select Options.



2. Expand "Designers" node. Then uncheck "Prevent saving changes that require table re-creation". Then click OK.



For Visual Studio select Tools --> Options then under "Database Tools" under "Table and Database Designers" select "Prevent saving changes that require table re-creation"




That's all. Happy coding :)





No comments:

Post a Comment