Hi all, I need to convert a emage datatype to a readable format. I am using this:
Select CONVERT(varchar(1000), convert(varbinary(1000), filedata)) From [dbo].[arm_arf_orig], it works but the result is some weired char. Can somebody please help? Thanks in advance!