SQL 2008 镜像,在“恢复”中 状态
我正在使用主体、镜像和见证者来测试 SQL Server 2008 镜像。 我已经完成了示例,在没有恢复的情况下恢复镜像。 校长说是同步的。 但镜子上仍然显示它处于“正在恢复……”的状态。 我应该就这样离开吗? 我应该运行恢复恢复吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,它保持在恢复状态。
镜像无法直接访问——只有当主数据库出现故障并发生故障转移时,它才会“活动”。
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.