I have a problem viewing binary data field in SQL query results. The field values are exactly MD5 falues. Is there any features in SQL Data Tools to view this data?
Example is near https://docs.google.com/file/d/0B131IJR4wPHJZ2xzUE1UZVJac2s/edit?usp=sharing
You can add calculated field with code
CONVERT(VARCHAR(35), YourField, 2)
Try: