SQL Server - How to fix error in SQL Server Saving changes is not permitted

preview_player
Показать описание
Internet World
This Example shows that how to fix the following error in SQL Server
Error - 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 recreated or enabled the option Prevent saving changes that require the table to be re-created.

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.

Note : If you disable this option, you are not warned when you save the table that the changes that you made have changed the metadata structure of the table. In this case, data loss may occur when you save the table.

You can used this method in following SQl Server versions

10.0 for SQL Server 2008
10.5 for SQL Server 2008 R2.
11.0 for SQL Server 2012.
12.0 for SQL Server 2014.
Рекомендации по теме
Комментарии
Автор

Thank you very much sir I was finding this from last 2 months thanks again

atulborade
Автор

Hey! I don't have the Designer option in the Option List.. I use SQL Server 2014

terrariumterrarium
welcome to shbcf.ru