--- title: "MSpeer_request (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "replication" ms.tgt_pltfrm: "" ms.topic: "language-reference" applies_to: - "SQL Server" f1_keywords: - "MSpeer_request" - "MSpeer_request_TSQL" dev_langs: - "TSQL" helpviewer_keywords: - "MSpeer_request system table" ms.assetid: ed048c46-7a2f-4ad0-bc7c-c2d65e83b4fb caps.latest.revision: 21 author: "BYHAM" ms.author: "rickbyh" manager: "jhubbard" --- # MSpeer_request (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx_md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] The MSpeer_request table is used in Peer-to-Peer replication to track status requests for a given publication. This table is stored in the publication database. |Column name|Data type|Description| |-----------------|---------------|-----------------| |id|**int**|Identifies a request.| |publication|**sysname**|Name of the publication for which the status request was initiated.| |sent_date|**datetime**|Date and time that the status request was initiated.| |description|**nvarchar(4000)**|User-defined information that can be used to identify individual status requests.| ## 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)