【问题标题】:SQL Mirroring stopping and starting endpointsSQL 镜像停止和启动端点
【发布时间】:2015-02-11 12:38:47
【问题描述】:

我在镜像服务器上收到错误:8474,状态:11。(近端点角色:目标,远端点地址:'')。一切运行良好,所有数据库(80+)都处于同步状态。

如何阻止这些错误? 有没有人停止,启动端点?如果我这样做会有什么问题吗?

下面是我计划运行的脚本:

use master
GO
alter endpoint endpoint_name state = stopped;
GO
alter endpoint endpoint_name state = started;
GO

【问题讨论】:

    标签: sql endpoint error-log


    【解决方案1】:

    没有风险,我运行了脚本,一切都在 10 秒内启动并运行

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-10-09
      • 1970-01-01
      • 2016-07-19
      • 2016-12-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-08
      相关资源
      最近更新 更多