SQL Server 2008 no me permite modifcar una tabla

  • Hola a todos, espero que alguien me pueda ayudar, no se escribir en ingles. Tengo una instalacion de SQL Server 2008 Enterprise, pero al querer modificar algun campo de cualquier tabla , ya sea minimo el cambio, me manda un mensaje de error como en la imagen que adjunto, pidiendome que borre la tabla y la vuelva a crear para poder hacer ese cambio.

    Les agradeceria mucho si me explicaran que opciones tendria que modificar para que me permita hacer cambios, no hay problema que sea en ingles la respuesta, leo el ingles, mas no lo escribo

    😀

  • sql 2008 has a new feature which prevents changes been made that require the table to rebuilt.

    in 2005 this did not happen so quite often the user was unaware what was happening in the background when they made table changes

    to allow these changes go to

    Tools --> Options --> Designers

    and uncheck the box 'Prevent saving changes that require table re-creation'

  • Muchas gracias por la pronta y eficaz respuesta, me ayudo mucho, ahora si ya puedo hacer cambios. Saludos:-)

  • gracias

  • steveb. (11/25/2010)


    gracias

    Thanks, it helped me too. Was looking for that.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply