Community

SQL Server BLOB data types for accessing and storing data

(Denny Cherry) BLOB data is a field that holds large amounts of data per record. This data can be either in a text format or a binary format. When working with BLOB data in SQL Server, the amount of data per record is typically well beyond the 8K of data that can fit within a single record. (R)

Read More - Register for Free Membership