exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 68 discussion

Actual exam question from Microsoft's 70-764
Question #: 68
Topic #: 1
[All 70-764 Questions]

You administer several Microsoft SQL Server 2016 database servers.
Merge replication has been configured for an application that is distributed across offices throughout a wide area network (WAN). Many of the tables involved in replication use the XML and varchar (max) data types.
Occasionally, merge replication fails due to timeout errors.
You need to reduce the occurrence of these timeout errors.
What should you do?

  • A. Set the Merge agent on the problem subscribers to use the slow link agent profile.
  • B. Create a snapshot publication, and reconfigure the problem subscribers to use the snapshot publication.
  • C. Change the Merge agent on the problem subscribers to run continuously.
  • D. Set the Remote Connection Timeout on the Publisher to 0.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TheSwedishGuy
5 years, 6 months ago
Basically, set the slow link mode tells the merge agent that it is using a slow connection between the servers. The merge agent is then more lenient in closing / timing out connection.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...