Binary Datatypes

Use the binary datatypes, binary(n) and varbinary(n), to store raw binary data, such as pictures, in a raw binary notation, up to the maximum column size for your server’s logical page size.

The binary and varbinary datatypes are Transact-SQL extensions.