In SQL Server, there isn’t a data type named BLOB like in some other database systems. However, it offers several data types to store binary data, including VARBINARY, BINARY, and IMAGE (although IMAGE is deprecated as of SQL Server 2005 and should be avoided in new development). More: SQL Server [IMAGE, VARBINARY(MAX)] (BLOB).