Code to compare backups in C#

mturagamturaga Posts: 2
Is there any resources for comparing the backups.
I wanted to do a
Differences dbSourceVsdbTarget = dbSource.CompareWith(db, Options.Default);

where db is a backup , How do I instanciate the backup datasource in the db above?. db is a backup location as in widgetdev.bak

Comments

Sign In or Register to comment.