How many types of indexes are there in SQL Server?

Answers were Sorted based on User's Feedback



How many types of indexes are there in SQL Server?..

Answer / manoj

As per MSDN there are 9 types:
http://msdn.microsoft.com/en-us/library/ms175049.aspx

Is This Answer Correct ?    6 Yes 0 No

How many types of indexes are there in SQL Server?..

Answer / abcd

9 indexes:

1. Clustered,
2. Non-clustered,
3. Unique,
4. Index with included columns,
5. Indexed views,
6. Full text,
7. Spatial,
8. Filtered &
9. XML

Is This Answer Correct ?    9 Yes 4 No

How many types of indexes are there in SQL Server?..

Answer / chandra bhan singh

Three Type of indexes in sql

1.Clustered
2.Non-clustered
2.Primary XML

Is This Answer Correct ?    3 Yes 1 No

How many types of indexes are there in SQL Server?..

Answer / b.hari kumar reddy

mainly five type of indexes in sql

1.simple index
2.composite index
3.unique index
4.Clustered index
5.Non-clustered index

Is This Answer Correct ?    0 Yes 0 No

How many types of indexes are there in SQL Server?..

Answer / mohd zubair khan

Three type of indexes in sql

1.Clustered
2.Non-clustered
3.Unique

Is This Answer Correct ?    6 Yes 7 No

How many types of indexes are there in SQL Server?..

Answer / rohti nanda

Three type of indexes in sql

1.Clustered
2.Non-clustered
3.Unique

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More SQL Server Interview Questions

How can I get data from a database on another server?

0 Answers  


when we use function instead of procedure? plz tell me the situation with ex?

3 Answers   IBM,


Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

0 Answers   MCN Solutions,


what is a join? : Sql server database administration

0 Answers  


Define inner join? Explain with an example?

0 Answers  






How do I manually uninstall an instance of sql server 2016?

0 Answers  


What happens when converting big values to numeric data types?

0 Answers  


Explain DBCC?

0 Answers   QuestPond,


What is the difference between for xml raw and for xml auto?

0 Answers  


What is the optimization being performed in oracle and SQL Server?

0 Answers   Cap Gemini,


How to disable a login name in ms sql server?

0 Answers  


Explain the categories of stored procedure?

0 Answers  


Categories