Binary Data Types

Use binary data types for storing raw binary data, such as pictures, in a hexadecimal-like notation, up to a length of (32K – 1) bytes.

Syntax

BINARY [ ( length ) ]
VARBINARY [ ( max-length ) ]
UNIQUEIDENTIFIER
Related concepts
Binary Data Types
Related reference
NEWID Function [Miscellaneous]
STRTOUUID Function [String]
UUIDTOSTR Function [String]
Character Data Types