This topic has not yet been rated - Rate this topic

SnapshotGenerationAgent.DistributorDeadlockPriority Property

Gets or sets the priority of the Snapshot Agent connection to the Distributor when a deadlock occurs.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
public DeadlockPriority DistributorDeadlockPriority { get; set; }

Implements

ISnapshotGenerationAgent.DistributorDeadlockPriority

The DistributorDeadlockPriority property is used when resolving deadlocks that may occur between the Snapshot Agent and user applications during snapshot generation.

Specify a value of High to favor the Snapshot Agent when a deadlock occurs at the Distributor, and specify a value of Low to favor other applications when a deadlock occurs at the Distributor.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.