Avoid Using BLOBs While Storing Data in SQL Server

Avoid Using BLOBs While Storing Data in SQL Server

Binary Large Objects (BLOBs) are stored in SQL Server as either text or image datatypes. The SQL Server maintains a pointer to the BLOB data. Thus, BLOB data is not stored on the data page along with the other fields in the row by the SQL Server. The 16-bit text pointers are used to store actual data in 2KB pages. So, about 1800 bytes is available for actual data storage if the column is not NULL. However, if the column is explicitly set to NULL, there is no need for the text pointers. The storage size will then be 0.

This means that storing data in BLOBs increases the storage requirements in 2KB increments. Besides storage size, there are also functional limitations with BLOBs. For example, if you use a WHERE clause to search on a text column, you are limited to using the LIKE operator.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several