Archivo Marzo, 2010

Nueva dirección para el feed de RSS

Hola, si estás suscrito a este blog mediante tu lector de RSS, por favor utiliza este nuevo URL:

http://feeds.feedburner.com/PabloViale

Gracias.

No hay Comentarios

Saving changes is not permitted en SQL Server

Trabajando en una instalación limpia de SQL Server 2008, si intentas modificar la estructura de una tabla, puedes encontrarte este error al intentarla guardar:

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 re-created or enabled the option Prevent saving changes that require the table to be re-created.

saving-not-permitted

Si oprimes Cancel, no se guarda ningún cambio.

La solución es muy sencilla, abre Microsoft SQL Server Management Studio y haz clic en el menú Tools, y luego en Options.

Después en la columna izquierda selecciona Designers y desmarca la casilla Prevent saving changes that require table re-creation.

prevent

Y listo, ahora podrás modificar tu tabla y guardar los cambios.

No hay Comentarios