Answered SQL Schema Compare - Configure to ALTER not DROP/CREATE

  • Wednesday, May 16, 2012 3:29 PM
     
     

    I am doing a comparison between two databases in order to generate a change script. However, I noticed that it's consistently creating a temporary table, dropping the old table and then renaming the temporary table to the old table's name. What I want is a direct alter of the existing table. Is there any way to do this?

    The reason for this is that our SQL policies for these environments require us to alter what is already there and do not allow us to simply drop & recreate everything.


    Nathon Dalton
    Sr. Software Engineer
    Systems Administrator
    Network Administrator
    Blog: http://nathondalton.wordpress.com

All Replies