sql server - Convert Timestamp to image? -


i looking @ cast , convert specification on msdn (https://msdn.microsoft.com/en-us/library/ms187928.aspx), , sql server datatype conversion chart (https://www.microsoft.com/en-us/download/details.aspx?id=35834) allows implicit conversion between timestamp , image.

my question - result of (what image like?!), , uses there conversion? or image not think is?

or image not think is?

indeed. assume images pictures. not.

from msdn

image

variable-length binary data 0 through 2^31-1 (2,147,483,647) bytes.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -