This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.
Tag: Index
Columnstore index in SQL Server 2014
The column store index was created to improve query speed for applications with ...
Covering index in Sql Server
A covering index is the most efficient method for retrieving data from a table.
Filtered index in Sql Server
A SQL Server filtered index is a non-clustered index that enables the applicatio...
Indexes in Sql Server
Indexes are special data structures associated with tables or views that help sp...
XML index in Sql Server
An XML index is an index type that is specifically built to handle indexing XML ...
Spatial index in Sql Server
A spatial index is a type of extended index that allows you to index a spatial c...
Full Text Index in Sql Server
A special type of index that provides index access for full-text queries against...