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 a View in SQL Server ?

What is Deadlock in SQL Server ?

When Will You Use SQLDiag Tool ?

Benefits of Using Stored Procedures in MS SQL

MS SQL Getting a Random Row in a Table