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
Post a Comment