December 28, 2007 at 6:35 am
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
December 28, 2007 at 9:46 am
The text/image types put stuff in separate extents by default. You can change with the text in row option and if you do, I don't think there's a difference with varchar(max). From what I understand, it works like varchar until you run over 8000, then it's converted to the same type of storage as text/image.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy