Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
juanita
Starting Member
9 Posts |
Posted - 2009-04-20 : 05:25:41
|
Hi,I have two backup program, is a full once a day and a differential 1 time every 30 minutes. Both generated from a backup device. I created a backup device for each backup type (full and differential) When the restoration is not complete gives me error, but when I try to restore the differential gives me the following error:"You can not restore the backup of the registry because any differential file is ready to catch '(I've searched the error and it is 3117)I also tried the following:"RESTORE DATABASE DynamicFROM DISK = 'C: \ Pouch \ Ianiro \ Backup \ DinamicoBackupCompleta'WITH NORECOVERYDynamic RESTORE DATABASEFROM DISK = 'C: \ Pouch \ Ianiro \ Backup \ DinamicoBackupDiferencial'WITH RECOVERY "I have read the online help but I have not been clarified. To restore the differential that I have restored before complete? So what should be done in two steps or resturacion of the two in one?Thank you |
|
|
|
|