How to compare and update database scheme

Answered How to compare and update database scheme

  • Tuesday, April 10, 2012 7:13 AM
     
     

    Hi, 

    I have two databases (let's call them DB1 and DB2) on two different servers. the DB2 has an old structure. Some tables were changed:

    some columns were added in some tables, some removed, some changed the datatype or allow null values.

    also some procedures were changed/ added

    I need to get the DB2 into the same structure as DB1: the same table names, columns, SP. I don't care about the data, the can be deleted if needed. Is there any way, how to do it? I don't have full administration rights.

    Thank you

All Replies