Hi
I am using SQL Server 2005 replication to replicate data from one table on a server to the a table on a remote server. This is happening in real time. i.e whenever the data is changed at the publisher, it is then replicated to the subscribers.
From the publisher's server I need to know what data has been replicated to the subscriber. Is there a way to figure this out using SQL?
thanks