WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answer Posted / g.ashok
Non clustered index is fast
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Which sql server table is used to hold the stored procedure script?
What is difference between getdate and sysdatetime in sql server 2008?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
What is the latest version of microsoft sql server?
Why use “pivot” in sql server?
How to find the version of sql server? : sql server database administration
What is the command used to check locks in microsoft sql server?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
What is the standby server?
Which table keeps information about stored procedures?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What is normalization and denormalization in sql server?
What are the mathematical functions supported by sql server 2005?
Find first and last day of current month in sql server
how to avoid cursors? : Sql server database administration