---
title: "What are the different types of Indexes available in SQL Server?"  
description: "What are the different types of Indexes available in SQL Server?"  
author: "Chris Anderson"  
published: 2011-08-12  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1148/what-are-the-different-types-of-indexes-available-in-sql-server  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# What are the different types of Indexes available in SQL Server?

The simplest answer to this is “**Clustered and Non-Clustered Indexes**”. There are other types of Indexes what can be mentioned such as Unique, XML, Spatial and Filtered Indexes. More on these Indexes later.

## Answers

### Answer by Chris Anderson

The simplest answer to this is “**Clustered and Non-Clustered Indexes**”. There are other types of Indexes what can be mentioned such as Unique, XML, Spatial and Filtered Indexes. More on these Indexes later.


---

Original Source: https://www.mindstick.com/interview/1148/what-are-the-different-types-of-indexes-available-in-sql-server

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
