Click to Rate and Give Feedback
TechNet
TechNet Library
SQL Server
SQL Server 2005
 MSrepl_commands (Transact-SQL)
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2005 Books Online (November 2008)
MSrepl_commands (Transact-SQL)

The MSrepl_commands table contains rows of replicated commands. This table is stored in the distribution database.

Column name Data type Description

publisher_database_id

int

The ID of the Publisher database.

xact_seqno

varbinary(16)

The transaction sequence number.

type

int

The command type.

article_id

int

The ID of the article.

originator_id

int

The ID of the originator.

command_id

int

The ID of the command.

partial_command

bit

Indicates whether this is a partial command or not.

command

varbinary(1024)

The command value.

hashkey

int

Internal-use only.

originator_lsn

varbinary(16)

Identifies the LSN for the command in the originating publication. This is used in peer-to-peer transactional replication.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker