adplus-dvertising
frame-decoration

Question

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 <5000 to avoid lock escalation when inserting; note that in SQL Server 2008 you can now enable/disable lock escalation at the object level, but use this wisely

Answer: (a).Heap inserts are typically slower than using a clustered index

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.