Doesn't work when comparing TB live DB with its backup file
zynrg
Posts: 16
I don't know if the database is too big. When I compared them, SQL Data compare 7.1 just kept proceeding without a response until I cancelled it one day later.
Neo
Neo
Comments
It's likely to be limited by the speed of the connection to the database server (if over a network) and/or the writing speed to where you're writing temporary files to (which you can change if necessary by adding a 'RGTEMP' environment variable with the new path), which you might be able to improve to get the speed up a little, but a database that size will take quite some time to read in any case.
Redgate Software
Are there any means that we can just grab part of backups and get it fast?