MSrepl_queuedtraninfo (Transact-SQL)
The MSreplication_queuedtraninfo table is used by the replication process to store information about the queued commands issued by all the queued updating subscriptions that are using SQL-based queued updating. 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 publication database.  | 
publication  | 
sysname  | 
The name of the publication.  | 
tranid  | 
sysname  | 
The transaction ID under which the queued command was executed.  | 
maxorderkey  | 
bigint  | 
Internal-use only.  | 
commandcount  | 
bigint  | 
Internal-use only.  | 
See Also