Command Line Prompt Deploy to multiple DB at the same time.
jamesytl
Posts: 6
Hi,
I'm new to redgate and wish to ask something.
I have read the https://documentation.red-gate.com/display/SC12/Simple+examples+using+the+command+line and understand that I can use command prompt to deploy table structure changes to other DB.
However, what I really want to accomplish is to deploy more than 1 DB at the same time.
Example : sqlcompare /Database1:WidgetStaging /Database2:WidgetProduction /Database3:WidgetProduction /Database4:WidgetProduction.... /Synchronize
Is it possible to do so?
Advise and help are much appreciated.
I'm new to redgate and wish to ask something.
I have read the https://documentation.red-gate.com/display/SC12/Simple+examples+using+the+command+line and understand that I can use command prompt to deploy table structure changes to other DB.
However, what I really want to accomplish is to deploy more than 1 DB at the same time.
Example : sqlcompare /Database1:WidgetStaging /Database2:WidgetProduction /Database3:WidgetProduction /Database4:WidgetProduction.... /Synchronize
Is it possible to do so?
Advise and help are much appreciated.
Comments
Redgate Software
Is it possible to carry out the flow I mentioned above? If yes what is cmd needed to generate the script.
I will just go for my own multi-db deployment way if the flow above can work.