Is it possible to convert a varbinary(85) to a string?
If I select the varbinary field, I get a nice representation, as in '0x010500000000000515000000894D12106540827C6E34DF12370C0000' .
But it seems that once I try to convert to a integer, it doesn't convert correctly (because almost-similar patterns yield the same number), and converting to a char gives back special characters.
Is there a way to convert to a varchar with the similar layout as above?
I'd use the Forum Search, but it seems to be down.
Thanks!
If I select the varbinary field, I get a nice representation, as in '0x010500000000000515000000894D12106540827C6E34DF12370C0000' .
But it seems that once I try to convert to a integer, it doesn't convert correctly (because almost-similar patterns yield the same number), and converting to a char gives back special characters.
Is there a way to convert to a varchar with the similar layout as above?
I'd use the Forum Search, but it seems to be down.
Thanks!