T-SQL Hygiene: Introducing the Covering Index
Often in applications, we write database queries. And often, the same query is executed again and again. To make queries against large tables faster, we can add an index. This is a general improvement for anyone accessing the table. However, there is a specially designed index called a covering index that can make queries against large […]
The post T-SQL Hygiene: Introducing the Covering Index appeared first on Azure SQL Dev Corner.
Published on:
Learn more