複数のMicrosoft SQL Server 2016データベースサーバーを管理します。 マージレプリケーションは、ワイドエリアネットワーク(WAN)全体のオフィスに分散しているアプリケーション用に構成されています。レプリケーションに関連する多くのテーブルはXMLとvarchar(max)データ型を使用します。 場合によっては、タイムアウトエラーによりマージレプリケーションが失敗することがあります。 これらのタイムアウトエラーの発生を減らす必要があります。 あなたは何をするべきか?
正解:A
Explanation You might have different profiles for different instances of an agent. For example, a Merge Agent that connects to the Publisher and Distributor over a dialup connection could use a set of parameters that are better suited to the slower communications link by using the slow link profile. Note: When replication is configured, a set of agent profiles is installed on the Distributor. An agent profile contains a set of parameters that are used each time an agent runs: each agent logs in to the Distributor during its startup process and queries for the parameters in its profile. References: https://docs.microsoft.com/en-us/sql/relational-databases/replication/agents/replication-agent-profiles