--- title: "MSpeer_conflictdetectionconfigrequest (T-SQL)" description: Describes the MSPeer_conflictdetectionconfigurerequest stored procedure used to track topology wide configuration requests for a Peer-to-Peer Publication. ms.custom: seo-lt-2019 ms.date: "03/06/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: replication ms.topic: "language-reference" f1_keywords: - "MSpeer_conflictdetectionconfigrequest_TSQL" - "MSpeer_conflictdetectionconfigrequest" dev_langs: - "TSQL" helpviewer_keywords: - "MSpeer_conflictdetectionconfigurerequest" ms.assetid: 83afa0ca-707e-4468-a888-228268ed4e10 author: stevestein ms.author: sstein --- # MSpeer_conflictdetectionconfigrequest (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] Used in peer-to-peer replication to track topology wide configuration requests for a publication. This table is stored in the publication database. |Column name|Data type|Description| |-----------------|---------------|-----------------| |id|**int**|Identifies a conflict configuration request. The request_id column in [MSpeer_conflictdetectionconfigresponse](../../relational-databases/system-tables/mspeer-conflictdetectionconfigresponse-transact-sql.md) uses this value.| |publication|**sysname**|Name of the publication from which the conflict configuration request originated.| |sent_date|**datetime**|Date and time that the conflict configuration request was initiated.| |timeout|**int**|Amount of time that a procedure should wait for all peers to return conflict information.| |modified_date|**datetime**|Date and time that a phase was completed.| |progress_phase|**nvarchar(32)**|Identifies the current phase of processing, by using one of the following values:

Started

Exploring topology

Collecting status

Status collected| |phase_timed_out|**bit**|Indicates whether the current phase has timed out.| ## See Also [Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md) [Replication Views (Transact-SQL)](../../relational-databases/system-views/replication-views-transact-sql.md)