They store the same data: this is as far as it goes.
"image
" is deprecated and has a limited set of features and operations that work with it. varbinary(max)
can be operated on like shorter varbinary
(ditto for text
and varchar(max)
).
Do not use image
for any new project: just search here for the issues folk have with image
and text
datatypes because of the limited functionality.
Examples from SO: One, Two
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…