--- title: "MSdistributor (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/04/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: replication ms.topic: "language-reference" f1_keywords: - "MSdistributor" - "MSdistributor_TSQL" dev_langs: - "TSQL" helpviewer_keywords: - "MSdistributor system table" ms.assetid: 981e9903-0b4b-4508-ac6d-2ee4c813a3d0 author: stevestein ms.author: sstein --- # MSdistributor (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] The **MSdistributor** table contains the Distributor properties. This table is stored in the **msdb** database. |Column name|Data type|Description| |-----------------|---------------|-----------------| |**property**|**sysname**|The name of the property| |**value**|**nvarchar(3000)**|The value of the property| ## 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)