Error de SQL Server Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created.


Problema

Cuando uno trata de editar una tabla en SQL Server de manera visual usando la opción de designer recibe el siguiente error.

Saving changes is not permitted. The changes that 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.


Por defecto, SQL Server no permite cambios que requieran borrar y recrear la tabla. Para solucionar el error, debe habilitar la siguiente opción en SQL Server.

Solución 


Vaya a Tools>Options y remueva la opción Prevent saving changes thar require table re-creation



Comentarios

Entradas populares de este blog

The Deep Sea: una web interactiva para explorar las profundidades el mar y descubrir las extrañas criaturas que viven en él

Detectar el usuario de Windows utilizando C#

Lo nuevo de SQL Server 2008 respecto a SQL Server 2005