Performance suggestion for compare to backup
ColinBlair
Posts: 6
Since the backup is static, it would be nice if only the live database could be refreshed without having to get the schema from the backup again.
Comments
We have attempted to make the backup schema retrieval as quick as possible and it should only take a matter of seconds. Out of interest how long is it taking for your backup?
Regards
Chris
Test Engineer
Red Gate
Project Manager
Red Gate Software Ltd
Once the resynch happend everything else worked fine. I pulled 10,564,766 rows of data out of the backup file using SQL Data Compare 6.
Actually, in my situation the option to just supply a new table name and have the entire table copied from the backup into that new table would have been great.
You could use mapping to map the table names together and then the columns for the keys if they've changed. Data compare will never create a table as there could be many dependencies which we don't read like filegroups, assemblies for CLR types, partition functions etc. etc. That's really a job for SQL Compare.
HTH
Project Manager
Red Gate Software Ltd
I was able to create the map but on the compare screen there no checkbox next to the table pair because there was no key for it to search by. I couldn't figure out how to create a key.
Project Manager
Red Gate Software Ltd