| Author |
Message |
margiu
Joined: 23 Feb 2011 Posts: 2
|
Posted: Wed Feb 23, 2011 8:50 pm Post subject: Comparing a database with a backup file |
|
|
| Do you have any example for comparing and synchronizing a database with a backup file?? |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Thu Feb 24, 2011 12:08 pm Post subject: |
|
|
There are some examples on the SDK wiki:
_________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
margiu
Joined: 23 Feb 2011 Posts: 2
|
Posted: Fri Feb 25, 2011 11:36 am Post subject: |
|
|
Thanks Brian, but I've a problem with the example code "Compare live database data to a backup". In line 30
IList<IBackupSet> backupSets = backupDB.GetBackupSets(files, passwords);
SQLBackupReaderLoadException: Cannot load the Backup Reader dll! |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Fri Feb 25, 2011 12:50 pm Post subject: |
|
|
Yep, probably should have mentioned that the BackupReader code is 32-bit only. Normally you can compile your SDK project as AnyCpu, but once you reference the Backup Reader you have to compile your code as x86 code. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group