0

Possible Duplicate:
How to reverse MD5 to get the original string?

I am trying to convert a column value which is of data type binary(16) into its original value (character string).

Is there any way to do it.

Example: 0x3820DA3FECE029257C26C7C308BFB2AB value into character string.

Thanks in advance for your feedback.

Community
  • 1
  • 1
Mohit Pandey
  • 3,679
  • 7
  • 26
  • 38
  • How did you convert the character string to binary(16) in the first place? –  Dec 04 '12 at 08:12
  • Oh wait, you tagged this md5... In that case, it's basically impossible, and there's not really anything specific to SQL Server in that. –  Dec 04 '12 at 08:15
  • thanks to all for your suggestions. I think it might not be possible. – Mohit Pandey Dec 04 '12 at 08:57

0 Answers0