|
image
The term image describes a
datatype,
or a
binary datatype.
Like all binary datatypes, the datatype image is also an extension of
Transact-SQL
. The datatype image can store up to 2000 MB of binary data blocks.
Usage of the datatype image
The datatype image can be used to store image, sound or video data for example.
See also:
Binary Datatypes, binary(), bit, varbinary(n).
|