July 14, 2013 at 4:14 pm
i am trying to mirror the database,
i have restored the full database backuop
now i need to restore diff back and log backup.
can i please has so assistance, i am not sure how to do it.
July 14, 2013 at 5:30 pm
I believe that you have to add WITH NORECOVERY for every backup until the last log backup restore which will use WITH RECOVERY.
What's exactly your problem?
July 14, 2013 at 6:07 pm
Means i will have to first restore full database backup,
and then all the transactional log backups since the last full backup with no recovery?
and last transactional log backup with recovery????
July 14, 2013 at 10:53 pm
That's correct.
Remember to do it in the correct order.
July 14, 2013 at 11:44 pm
Since you are creating a mirror database, do not use WITH RECOVERY or you'll have to start again. The mirror needs to remain in an unrecovered state.
You also only need the transaction log backups since the last DIFF backup, not FULL backup.
MSDN article for setting up mirroring:
July 15, 2013 at 3:04 am
The phrase "i am trying to mirror the database" is a little ambiguous. Are you trying to make a copy of a database with schema/data from one instance and setup in another (for testing/development reasons possibly), or are you trying to setup Database Mirroring?
The purpose and techniques for the two are different.
Joie Andrew
"Since 1982"
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply