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 are Wait Types in SQL Server ?

What are the Events On Default Trace in SQL Server ?

What is the Difference Between DB Mirroring and Log Shipping in S ...

What is CHECKPOINT Process in the SQL Server ?

Using MS SQL Order By