是否可以在作为镜像主体服务器的 SQL 2005 DB 上运行复制?
我们有一个客户当前有一个大型繁忙的数据库,他们使用数据库镜像进行备份。作为报告要求的一部分,我们需要使用数据库中存储的一些数据来运行报告,但我们无法直接访问这些数据。
我们是否可以在该服务器上运行事务复制来获取我们的数据,同时它正在运行数据库镜像?
谢谢。
We have a client that currently has a large busy database that they back up using database mirroring. As part of a reporting requirement we need to use some of the data stored in the database to run reports against but we cannot access the data directly.
Is it possible for us to run transaction replication on that server to get our data while it is running database mirroring at the same time?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以在运行镜像的同时运行事务日志传送。还可以将辅助服务器设置为“只读”模式而不是“备用”模式,以实现允许您在第二个服务器上运行报告的特定目的。
Yes it's possible to run transaction log shipping at the same time you are running mirroring. It is also possible to bring the secondary server up in a "Read Only" mode rather than "Standby" for the specific purpose of allowing you to run reports on the second server.