nerdexam
Microsoft

70-450 · Question #111

You administer a SQL Server 2008 infrastructure. You partition the largest table in a database into four equal-sized parts. The first two partitions are rarely queried. The third partition is…

The correct answer is B. Enable ROW compression for the third partition F. Enable PAGE compression for the first two partitions. See the full explanation below for the reasoning.

Question

You administer a SQL Server 2008 infrastructure. You partition the largest table in a database into four equal-sized parts. The first two partitions are rarely queried. The third partition is frequently queried by several reports. The last partition is heavily queried and frequently modified. You need to minimize the disk space of the table and ensure that this has minimum effect on the query performance. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Options

  • AEnable ROW compression for the last partition
  • BEnable ROW compression for the third partition
  • CEnable ROW compression for the first two partitions
  • DEnable PAGE compression for the last partition
  • EEnable PAGE compression for the third partition
  • FEnable PAGE compression for the first two partitions

How the community answered

(48 responses)
  • A
    10% (5)
  • B
    79% (38)
  • C
    2% (1)
  • D
    2% (1)
  • E
    6% (3)

Community Discussion

No community discussion yet for this question.

Full 70-450 Practice