Compare and synchronize images between two SQL Server databases
March 11, 2016Introduction Sometimes we lose data by mistake and we want to compare the data with older backups and synchronize the data. There are several ways to do this. For example, you can create T-SQL scripts with some outer joins. Another option is to use the tablediff command line.