Ir al contenido principal

SSMS no genera script al hacer una modificacion

Solución para cuando el Management Studio no genera el script de modificación. El mensaje se muestra es el siguiente:
Saving changes is not permitted. The changes you have made require the following table 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.
Imágenes del problema y la solución:
Hay que destildar "Prevent saving changes that require table re-creation"

Comentarios

Entradas populares de este blog

Crear Excel con C# sin librerias de Office - SpreadsheetLight

En este ejemplo se crea un archivo Excel(xlsx) con dos hojas. La libreria hay que usar es SpreadsheetLight. El codigo es de un proyecto de consola y logicamente le falta el: using SpreadsheetLight;

Instalar Gdebi en ubuntu 12.04

Gdebi es para poder instalar paquetes .deb en ubuntu.Para empezar hay que abrir un terminal o consola y ejecutar esta linea. sudo aptitude install gdebi En el caso de no tener instalado “aptitude” hay dos opciones, usar “apt-get” o instalar “aptitude”. Para instalar “aptitude”: sudo apt-get install aptitude o para instalar con apt-get: sudo apt-get install gdebi