Dear all as i am using SQL merge replication in OLTP environment in which there is about 2 publishers and 28 subscribers. One row has been replicated from one subscriber to another subscriber.
i just wanna trace its time of replication. can any one help me out how can i trace its date and time of replication.
SELECT * FROM [subscriber2].[Databae_name].[schema_name].book_rack c WHERE book_no = ABCDEF
UNION all
SELECT * FROM [subscriber1].[Databae_name].[schema_name].book_rack c WHERE book_no = ABCDEF