automate SQL Compare to run against several target servers
dbdmora
Posts: 50
What is the best way to automate SQL Compare to run against several target servers and put the differences it finds in either .HTML or xml format. I do not want to change the target servers but get a report on the difference first.
Thanks for any info.
Thanks for any info.
Comments
Loop through your database target names using these switches:
sqlcompare.exe /s1:yoursourceserver /db1:yoursourcedatabase /s2:yourtargetdb /db2:yourtargetdb /reporttype:Interactive /report:yourreport.html /force
There are a number of different report types you can try. More info here:
http://www.red-gate.com/supportcenter/c ... _in_the_cl
David Atkinson
Red Gate
Product Manager
Redgate Software