command line sync - any advantage to using source snapshot?
dhtucker
Posts: 41 Bronze 3
I'm generating a script to synchronize all databases on a given server (several hundred) against a single target database (on another server).
Is there any advantage to creating a database snapshot to act as the comparison source? I'm looking to avoid/shorten the source registration step that keeps getting repeated.
In addition, would it be advantageous to create the snapshot on the target server and run sqlcompare there, rather than running the comparisons from my administrative machine?
Is there any advantage to creating a database snapshot to act as the comparison source? I'm looking to avoid/shorten the source registration step that keeps getting repeated.
In addition, would it be advantageous to create the snapshot on the target server and run sqlcompare there, rather than running the comparisons from my administrative machine?
Doug Tucker
Database Administrator / Software Engineer
Nelnet Business Solutions - FACTS-SIS
Database Administrator / Software Engineer
Nelnet Business Solutions - FACTS-SIS
Comments
This should dramatically reduce the load on your network and should also give a noticable performance gain as a result.