Hi,
I have a column in my table having datatype as Varbinary(20). The values in the column are populated by combining the values from other columns using SHA algorithm. Now I want to retrieve the original value in varchar datatype. How to do that. Thanks in advance