Community

Index Covering Boosts SQL Server Query Performance

(Alexander Kuznetsov) Creating a non-clustered index that contains all the columns used in a SQL query, a technique called index covering, is a quick and easy solution to many query performance problems. Sometimes just adding a column or two to an index can really boost the query’s performance. Chec

Read More - Register for Free Membership