Difference between Cluster and Non-cluster index?
Answer Posted / p.karthick
clustered index is physically stored
a table can have 1 clustered index
non clustered index is logically stored
a table can have 249 non clustred index
| Is This Answer Correct ? | 193 Yes | 46 No |
Post New Answer View All Answers
What is an execution plan? How would you view the execution plan?
What are the steps you can take to avoid “deadlocks”?
What is shrink log file?
What are the benefits and tasks of object explorer? : sql server management studio
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
How to use clusters?
What are the differences between web role and worker role?
what authentication modes does sql server support? : Sql server database administration
Define outer join in sql server joins?
What is data source in connection string?
what data regions are and what are the different data regions?
Explain the architecture of ms sql reporting service?
What is difference in performance between insert top (n) into table and using top with insert?
When you use @@error and try-catch?
What command would you use to create an index?