WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answer Posted / jabamit
CLUSTER INDEX BCZ THAT WORK PHYSICALLY(MEANS ALREADY IN DEC
OR ASC ORDER) BUT NON CLUSTER INDEX WORK DYNAMICALLY.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Explain transaction server implicit?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What is de-normalization in sql database administration? Give examples?
Tell me can we use custom code in ssrs?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is default constraint in ms sql server?
How can I change procedure name in sql server?
What is the difference between mysql and mysqli?
How to change the ownership of a schema in ms sql server?
How to make a remote connection in a database?
Explain how does the report manager work in ssrs?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What are the disadvantages of merge replication?
How do I find the default sql server instance?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration