Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
Returns information about the conflict detection settings for a publication that is involved in a peer-to-peer transactional replication topology.
Transact-SQL syntax conventions
sp_help_peerconflictdetection
[ @publication = ] N'publication'
[ , [ @timeout = ] timeout ]
[ ; ]
The name of the publication for which to return information. @publication is sysname, with no default.
Specifies the amount of time, in seconds, after which the procedure times out while waiting for response from every node in the topology. @timeout is int, with a default of 60
. If there's a read-only Subscriber in the topology, specifying a time-out value isn't valid. Read-only Subscribers never respond to a call from this procedure.
sp_help_peerconflictdetection
returns three result sets. These results are documented in the following articles:
0
(success) or 1
(failure).
sp_help_peerconflictdetection
is used in peer-to-peer transactional replication.
Requires membership in the sysadmin fixed server role, or db_owner fixed database role.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today