I need to replace a number of records from database1.table to database2.table , I dont want to copy them from table to table because I dont want duplicates, I want to replace records. The ideas is restore information from a backup database to the current database, what would be the best way to write...