all groups > sql server replication > june 2005 >
You're in the

sql server replication

group:

Replication Progress


Replication Progress LPR-3rd
6/14/2005 9:02:15 AM
sql server replication: How can I see what the pending transacions are for a given server?? Is
there an app that will show me this, or do I have to query a table?

TIA,
Larry....
Re: Replication Progress Paul Ibison
6/14/2005 7:41:40 PM
If you are talking about transactional replication, sp_browsereplcmds can be
used. To filter out commands already replicated, you have to provide the
@xact_seqno_start argument. The relevant value will be in the
MSreplication_subscriptions table - transaction_timestamp column.
HTH,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

AddThis Social Bookmark Button