When do u use clustered index and non-clustered index?
Answer Posted / chethan nagaraj
Clustered index is faster when there is selecting a range
of values while the non clustering index is useful when
there is a modification(DML),
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Find first and last day of current month in sql server
what is a self join? Explain it with an example? : Sql server database administration
How will you make an attribute not process? : sql server analysis services, ssas
What are the dmvs?
How to install sql server 2005 express edition?
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
How can we call UDF(User Define Function) using C# code in ASP.net ?
Why do we need different type of parameter?
What is cube dimension? : sql server analysis services, ssas
What is amo? : sql server analysis services, ssas
What is indexed view?
What is the distinction amongst delete and truncate?
Explain table valued parameters in sql server? Why tvp used?
What do you understand by a view? What does the with check option clause for a view do?
How to receive output values from stored procedures?