vote up 1 vote down star

I'm testing SQL Server 2008 mirroring with a principal, a mirror and a witness. I've gone through the examples, restoring the mirror WITH NORECOVERY. The principal says it is synchronized. But the mirror still shows it is in a "restoring..." state. Am I supposed to just leave it like that? Should I run a RESTORE WITH RECOVERY?

flag

1 Answer

vote up 3 vote down check

Yes, it stays in a recovering state.

The mirror isn't directly accessible--it only goes "live" when the main db goes down, and a failover occurs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.