What are Sparse Columns in SQL Server ?

A sparse column is another tool used to reduce the amount of physical storage used in a database. They are the ordinary columns that have optimized storage for null values. Sparse columns reduce the space requirements for null values at the cost of more overhead to retrieve nonnull values.



You May Interest

What is Blocking in SQL Server ?

Listing Metadata of MS SQL Server Internal Tables

Deleting Table With Query in MS SQL

How is Change Tracking is Different From Change Data Capture ?

Getting List of All Views in MS SQL Database