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 the Difference Between VARCHAR and NVARCHAR in SQL Server ...

Listing Metadata of MS SQL Server Internal Tables

What are the System Data Collection Sets Predefined Inside SQL Se ...

What is an Online Rebuilding of Indexes in SQL Server ?

What are The Different Backup Options With SQL Server ?