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

What happens if ntwdblib.dll is missing on your machine?

0 Answers  


How to provide values to stored procedure parameters in ms sql server?

0 Answers  


Explain full-text indexing?

0 Answers  


Is the order of columns in the set clause important in ms sql server?

0 Answers  


Explain powershell included in sql server 2008?

0 Answers  






What is an sql server agent?

0 Answers  


Why is replication required on the sql server?

0 Answers  


What is dirty read?

0 Answers  


What are scalar functions in sql?

0 Answers  


sql database suspect We have a sql database that is showing as suspect. How can we recover?

0 Answers  


if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration

0 Answers  


How many levels of sp nesting is possible?

0 Answers  


Categories