Top 10 SQL server Performance tuning tips - 8

Thursday 10 September 2009

Reduce the NULLs

Reduce the use of NULLs in the database. The use of NULLs in a database can greatly reduce database performance, especially in WHERE clauses.Highly normalized database can achieve this.

0 comments: