Can Somebody tell me the difference between Clustered & Non-
Clustered Index??
Answer Posted / ramesh.p
The difference between a clustered index and a non-
clustered index is that when you use a clustered index, the
section of the table that comprises the index has its data
pages linked differently from those data pages comprising a
non-clustered index.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get the definition of a view out of the sql server?
Explain about analysis services?
How to create a dynamic cursor with the dynamic option?
What is the difference between clustered index and primary key?
What are the types of processing and explain each? : sql server analysis services, ssas
Explain external key management in sql server 2008
What are the encryption mechanisms in sql server?
What is sql injection and why is it a problem? : sql server security
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
Will count(column) include columns with null values in its count?
What is “asynchronous” communication in sql server service broker?
What is the recommended total size of your memory optimized tables?
how to trace the traffic hitting a sql server? : Sql server database administration
What do you understand by mirroring?
What is the difference between SQL notification and SQL invalidation?