carnation
09-06-2009, 07:48 AM
Hi all,
I have a database, with a field type: varbinary, this is the sample value of this field "0x0029FF69BD634E1D46EB92D312DADFD0B539", I want to view this data in readable way, but when I use convert(varchar, this_varbinary_field) the result is empty.
Please let me know the way to do that I can view this data field.
Thanks a lot.
I have a database, with a field type: varbinary, this is the sample value of this field "0x0029FF69BD634E1D46EB92D312DADFD0B539", I want to view this data in readable way, but when I use convert(varchar, this_varbinary_field) the result is empty.
Please let me know the way to do that I can view this data field.
Thanks a lot.