Archivo Marzo, 2010
Nueva dirección para el feed de RSS
Por Pablo Viale - General - 12 Marzo 2010
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.
Saving changes is not permitted en SQL Server
Por Pablo Viale - ASP.NET 2.0 / 3.5, SQL Server - 1 Marzo 2010
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.
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.
Y listo, ahora podrás modificar tu tabla y guardar los cambios.

