PrepAway - Latest Free Exam Questions & Answers

What should you do?

You work as a database administrator at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. Your duties at Domain.com include administrating a SQL Server 2005 database named Certkiller -DB09.
Certkiller -DB09 consists of a table that has 300 million rows of information. In this table some information is historical and some is current. You instruct him to partition the information on a single server in order to increase performance and optimize maintenance.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
You should implement vertical partitioning in order to increase the performance and optimize maintenance.

B.
You should implement horizontal partitioning in order to increase the performance and optimize maintenance.

C.
You should implement Distributed partitioning should be implemented by Rory Allen in order to accomplish this.

D.
You should implement a raw partition.

Explanation:
Table and index partitioning – intended to improve performance of operations performed on large tables. The basic concept is straightforward and involves splitting a table into several units (called partitions), which can be accessed independently of each other, limiting impact of I/O intensive activities performed on the table’s data (queries, data loads, backups and restores, maintenance tasks – such as index rebuilds and defragmentations, as well as operations that would result in lock escalation to the table level). The most common method of splitting data is horizontal partitioning, in which rows of a table matching mutually exclusive criteria (such as, range of dates or letters in alphabet, for datetime and character data, respectively) are placed in designated partitions.


Leave a Reply