WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answer Posted / shaurabh thapa
Cluster Index is faster because it has data in the leaf
nodes along with the key. Non cluster on the other hand uses
cluster index key to search the data and therefore
relatively less fast.
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
Explain what is “asynchronous” communication in sql server service broker?
What are ddl triggers and types of ddl trigger?
How can we check the sql server version?
Can you please explain the difference between function and stored procedure?
What is the tcp/ip port on which sql server runs?
Is it possible in sql table to have more than one foreign key?
How to rename databases in ms sql server?
Explain powershell included in sql server 2008?
How to list all columns in a table using odbc_columns()?
How to count duplicated values in a column in ms sql server?
When you use @@error and try-catch?
What are scheduled tasks in sql server?
What are acid properties of transaction?
How can a user-defined datatype be created?
What happens when converting big values to integers?