Pending transaction

Is there any command to check out any outstanding transactions not yet 
replicated to subscriber DB   Thanks in advance



Answer this question

Pending transaction

  • Sunchaser

    what about the publisher is an Oracle DB any commad to show the pending transactions in oracle Thanks in advance

  • Ville

    To see what commands have not been picked up by the logreader agent, use sp_repltrans.

    To see what commands have not been picked up by the distribution agent, it's kind of a hack - find the last xact_seqno in the MSdistribution _history table for the given distribution agent. Then plug it into sp_browsereplcmds (@xact_sequno_start) along with @publisher_database_id to list all the commands not replicated yet. This is a good estimate, but not exact.


  • Pending transaction