|
Ispirer SQLWays Database Migration Software
binary, varbinary and image
Binary data types.
binary[(n)]
Fixed-length binary data of n bytes. n must be a value from 1 through 255. When n is not specified, the default length is 1.
varbinary[(n)]
Variable-length binary data of n bytes. n must be a value from 1 through 255. When n is not specified, the default length is 1.
image
Variable-length binary data from 0 through 2^31-1 (2,147,483,647) bytes.