How Clustered Index and Non clustered index stored on SQL
server?
Answer Posted / anitha
clustered index that reorders the way in which records in
the table are physically stored.
non clustered index in which the logical order of the index
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is application variable in asp.net?
Explain the use of errorprovider control in .net?
What is event in asp.net?
What does the hotspot class in .net do?
COM+ Used ________________ Isolation Level
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which is the parent class of the web server control?
Are cookies stored on server or client?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Can you use Web API with ASP.NET Web Form?
How can I create master page in asp net?
What is loop in asp.net?
What is the mvc model?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?