--- title: "MSpublisher_databases (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/14/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: replication ms.topic: "language-reference" f1_keywords: - "MSpublisher_databases" - "MSpublisher_databases_TSQL" dev_langs: - "TSQL" helpviewer_keywords: - "MSpublisher_databases system table" ms.assetid: 59b0166e-a64c-46b8-befc-c222fa1ccce2 author: stevestein ms.author: sstein --- # MSpublisher_databases (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] The **MSpublisher_databases** table contains one row for each Publisher/Publisher database pair serviced by the local Distributor. This table is stored in the distribution database. |Column name|Data type|Description| |-----------------|---------------|-----------------| |**publisher_id**|**smallint**|The ID of the Publisher.| |**publisher_db**|**sysname**|The name of the Publisher database.| |**id**|**int**|The ID of the row.| |**publisher_engine_edition**|**int**|The edition of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Publisher, which can be one of the following:

**10** = Personal Edition

**11** = Desktop Engine (MSDE)

**20** = Standard

**21** = Workgroup

**30** = Enterprise (Evaluation)

**31** = Developer

**40** = Express (Express cannot be a publisher. This value is present for completeness.)| ## See Also [Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md)