Colin Stasiuk
Default port
Points: 1493
More actions
June 7, 2006 at 10:49 am
#172747
Is there a way to convert the "command" varbinary field to readable text?
Thanks
Colinhttp://benchmarkitconsulting.com
Markus Veretin
SSCommitted
Points: 1565
June 8, 2006 at 12:19 pm
#642639
select t.entry_time,convert(nvarchar(3000), c.command) from msRepl_commands c, msRepl_transactions t
where c.xact_seqno = t.xact_seqno
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply