MSrepl_commands (Transact-SQL)

Gilt für:SQL Server

Die MSrepl_commands Tabelle enthält Zeilen replizierter Befehle. Diese Tabelle wird in der Verteilungsdatenbank gespeichert.

Spaltenname Datentyp BESCHREIBUNG
publisher_database_id int Die ID der Verlegerdatenbank.
xact_seqno varbinary(16) Die Transaktionssequenznummer.
type int Der Befehlstyp.
article_id int Die ID des Artikels.
originator_id int Die ID des Urhebers.
command_id int Die Befehls-ID.
partial_command bit Gibt an, ob es sich um einen Teilbefehl handelt.
command varbinary(1024) Der Befehlswert.
hashkey int Nur intern verwendet.
originator_lsn varbinary(16) Identifiziert die LSN des Befehls in der Ausgangsveröffentlichung. Wird in der Peer-zu-Peer-Transaktionsreplikation verwendet.

Weitere Informationen

Replikationstabellen (Transact-SQL)
Replikationssichten (Transact-SQL)
sp_replcmds (Transact-SQL)