InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Heap inserts are typically slower than using a clustered index(b) Use partitions and partition SWITCH command; i.e., load a work table that contains a single partition and SWITCH it into the main table after you build the indexes and put the constraints on(c) Use the NOLOCK or TABLOCK hints to remove locking overhead(d) Use a commit size of |
|
Answer» Right answer is (a) Heap inserts are typically slower than using a clustered index |
|