2010年12月23日 星期四

SQL Server: Query problematic replication trasnactions

--Run following query in distribution databases:
sp_browsereplcmds @xact_seqno_start = '0x0003FDBA0006519B001400000000,', @xact_seqno_end = '0x0003FDBA0006519B001400000000';
--OR
select * from dbo.MSarticles
where article_id in
(
select article_id from MSrepl_commands where xact_seqno = '0x0003FDBA0006519B001400000000'
)

沒有留言: