Quantcast
Channel: Eric Cobb – SQL Nuggets
Viewing all articles
Browse latest Browse all 119

Index Basics: Nonclustered Indexes, Part 1

$
0
0

In SQL Server, an index is used to speed the retrieval of data from a table. Indexes are built from one or more columns in the table, and SQL Server uses these Indexes to look up and retrieve data quickly and efficiently.  In order to effectively use Indexes in SQL Server, it’s important…

Continue reading

The post Index Basics: Nonclustered Indexes, Part 1 appeared first on SQL Nuggets.


Viewing all articles
Browse latest Browse all 119

Trending Articles