nerdexam
Microsoft

70-450 · Question #33

You are a professional level SQL Sever 2008 Database Administrator. The largest table in a database is partitioned into four equal-sized parts. The first two partitions are seldom queried, while the…

The correct answer is A. PAGE compression should be enabled for the first two partitions. C. ROW compression should be enabled for the third partition. The two first partition are seldom queried, this means that we can compress to the maximum the data in the partition. Page compression will be use as it removes duplicate pattern and compress to the max the data The Third partition is regularly queried, this means that the…

Design and implement an optimized data maintenance solution

Question

You are a professional level SQL Sever 2008 Database Administrator. The largest table in a database is partitioned into four equal-sized parts. The first two partitions are seldom queried, while the third partition is regularly queried by several reports. Meanwhile, the fourth partition is heavily queried and regularly modified. The disk space of the table should be cut to the least and the query performance should be with the least impact. What will you do? (Choose more than one.)

Exhibit

70-450 question #33 exhibit

Options

  • APAGE compression should be enabled for the first two partitions.
  • BROW compression should be enabled for the last partition.
  • CROW compression should be enabled for the third partition.
  • DROW compression should be enabled for the first two partitions.
  • EPAGE compression should be enabled for the last partition.
  • FPAGE compression should be enabled for the third partition.

How the community answered

(30 responses)
  • A
    73% (22)
  • B
    7% (2)
  • D
    3% (1)
  • E
    13% (4)
  • F
    3% (1)

Explanation

The two first partition are seldom queried, this means that we can compress to the maximum the data in the partition. Page compression will be use as it removes duplicate pattern and compress to the max the data The Third partition is regularly queried, this means that the partition should be @ht. Thus, the ROW compression is more adequate tor this partition.

Topics

#partition compression#PAGE compression#ROW compression#disk space optimization

Community Discussion

No community discussion yet for this question.

Full 70-450 Practice