使用“故障转移伙伴”;用于故障转移到非镜像数据库的连接字符串的属性

发布于 2024-10-30 13:41:58 字数 183 浏览 0 评论 0原文

如果主体数据库不可用,我们的应用程序需要使用不同的(精简的)版本。备份数据库将具有与主体相同的结构和对象,只是某些表的数据较少。

有没有一种方法可以设置数据库镜像,这样就不会发生真正的镜像,但 .NET 连接字符串的“故障转移伙伴”属性仍然可以用于连接到另一个数据库,而不会出现“数据库未配置”的情况镜像'错误?

谢谢。

Our application needs to use a different (stripped down) version of the principal database if it becomes unavailable. The backup database will have the same structure and objects as the principal, some tables will just have less data.

Is there a way to set up the DB mirror in such a way that no real mirroring takes place but the 'failover partner' property of the .NET connection string can still be used to connect to another database without getting 'database is not configured for mirroring' error?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

莳間冲淡了誓言ζ 2024-11-06 13:41:58

或者尝试 DNS 故障转移,即交换 DNS 服务器中主体服务器的主机名。

Or try DNS Failover i.e. swap the hostnames of Principal servers in DNS server.

满地尘埃落定 2024-11-06 13:41:58

否。要使用数据库镜像功能(即连接字符串中的“故障转移伙伴”),您需要部署数据库镜像。

显然,如果您需要在主体不可用的情况下故障转移到备用数据库,那么您应该使用...数据库镜像。

No. To use database mirroring features (ie. 'failover partner' in connection string) you need to deploy database mirroring.

Obviously, if you need to fail over to a standby database if the principal is not available, then you should use... database mirroring.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文