Transact-SQL Reference

MSrepl_commands

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 ID of the Publisher database.
xact_seqno varbinary(16) Transaction sequence number.
type int Command type.
article_id int ID of the article.
originator_id int ID of the originator.
command_id int ID of the command.
partial_command bit Indicates whether this is a partial command.
command varbinary(1024) Command value.