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
Sunchaser
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.