When i check Replication Monitor i see, Errors with Transaction #.
But how can i find out Exact Row, that is showing up as error in the Replication Monitor ?
Tried , but getting the following Error. Can use the SQL Queries to get to the Row, instead of using SP listed below ?
EXECUTE distribution.dbo.sp_browsereplcmds
@xact_seqno_start = '0x000FAA460000033D001C00000000',
@xact_seqno_end = '0x000FAA460000033D001C00000000',
@publisher_database_id = 29,
@command_id = 1
Msg 6510, Level 16, State 11, Procedure sp_browsereplcmds, Line 110 Common Language Runtime (CLR) v2.0.50727 not installed properly. The CLR is required to use SQL/CLR features.