Can Somebody tell me the difference between Clustered & Non-
Clustered Index??

Answer Posted / hari

while creating primary key it will create cluster index.
while creating unique key it will create noncluster index
---cluster index it will create only one per table
---Non Cluster index it will create up to 249 per table
--cluster index physical sort the data
--Non cluster index logical sort the data.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Advantages of using CTE in sql server?

570


How to see existing views in ms sql server?

544


When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?

574


What is unique key constraint?

632


What is sql server agent and what are the two modes of authentication in sql server?

548






Explain go command in sql server?

547


Is it possible to have clustered index on separate drive from original table location?

513


How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?

711


How to use "if ... Else if ... Else ..." Statement structures in ms sql server?

537


What is the default schema of your login session in ms sql server?

590


Where are sql server user names and passwords stored in sql server?

534


What is Sqlpaging in SqlServer 2005 ?

661


Define union, union all, minus, intersect?

569


How to use user defined functions in expressions?

552


Why does sql studio use a single registered database repository? : sql server management studio

530