What are the type of Indexes? which one is best, why?

Answer Posted / jeff jordan

1) Clustered Index
2) Non-Clustered Index

I'm assuming by "which one is best" we mean which has the
faster look ups. This would be the clustered index since it
is the physical ordering of the rows and the non-clustered
index is like a lookup table. With the clustered index one
you've found the index you've found your row...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the properties of a relational table?

555


What is exporting and importing utility?

603


You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?

88


Which rendering formats are affected by the pagesize properties?

106


Does index speed up select statements?

579






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

523


Explain linked server in sql?

688


What is sqlservr.exe - process - sql server (sqlex?press)?

594


What is role playing dimension with two examples? : sql server analysis services, ssas

582


What is schemabinding a view?

518


explain different types of constraints? : Sql server database administration

513


Explain sql server service broker?

506


Explain partitioned view?

584


How to restore performance issues and how to check?

1513


What is the purpose of sql profiler in sql server?

507