Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.61 KB

File metadata and controls

44 lines (39 loc) · 1.61 KB
title MSreplication_objects (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/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
MSreplication_objects
MSreplication_objects_TSQL
dev_langs
TSQL
helpviewer_keywords
MSreplication_objects system table
ms.assetid 08f9710d-976d-448e-bead-ac9835e87bc5
caps.latest.revision 21
author BYHAM
ms.author rickbyh
manager jhubbard

MSreplication_objects (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

The MSreplication_objects table contains one row for each object that is associated with replication in the Subscriber database. This table is stored in the subscription database.

Column name Data type Description
publisher sysname The name of the Publisher.
publisher_db sysname The name of the Publisher database.
publication sysname The name of the publication.
object_name sysname The name of the object.
object_type char(2) The object type:

u = Table.

t = Trigger.

p = Stored Procedure.
article sysname The name of the article with which the object is associated.

See Also

Replication Tables (Transact-SQL)