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

MS SQL Getting List of All Column Names of a Table

What is a Covered Index in SQL Server ?

What is The Concept of Piecemeal Restore on SQL Server ?

What is an OUTPUT Clause Inside SQL Server ?

Using MS SQL If Else