nerdexam
Microsoft

70-451 · Question #57

You are a database developer. You plan to design a database solution by using SQL Server 2008. The database contains a table that is stored as a heap. You perform page-level compression on the…

The correct answer is C. NOWAIT. See the full explanation below for the reasoning.

Question

You are a database developer. You plan to design a database solution by using SQL Server 2008. The database contains a table that is stored as a heap. You perform page-level compression on the table. When data is added to the table by using BULK INSERT, the new pages are not compressed. You need to ensure page-level compression for all data pages when they are allocated to the table. Which query hint should you use?

Options

  • APAG LOCK
  • BNOLOCK
  • CNOWAIT
  • DTABLOCK

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    10% (3)
  • C
    83% (24)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice