Hi,
When using 'image' datatype earlier to store blob values(a huge data file) the select blob column used to return a hex string which could easily be converted back into the original value(the data file), but now with varbinary(max) the hex string returned is different and converting it to ascii returns some funny characters..
was wondering if any mistake is being done in the storage or if it was a special feature of varbinary(max) to compress data in a diff way than image??
thanks