I'm encountering an issue when trying to troubleshoot failed commands using replication monitor in SQL Server 2008 R2. Replication monitor will momentarily display the transaction sequence number and command ID which is expected behavior:
Example: http://i.stack.imgur.com/Vh7op.jpg
However, once the job run is completed and the job quits reporting failure, it seems to flush the information that contained the transaction and command info:
Example: http://i.stack.imgur.com/Gn2Nk.png
Can anyone tell me where I can retrieve the information once the job has failed? I can't find it anywhere in replication monitor or job history and without it troubleshooting is far more difficult.
Thanks, Alex