70-432 · Question #4
You are the administrator of a SQL Server 2008 instance with a database named Dworks. The table below shows the two tables of the Dworks database: There are two partitions in the BillHistory table…
The correct answer is C. Alter the partition function of the BillHistory table by using the split option. See the full explanation below for the reasoning.
Question
You are the administrator of a SQL Server 2008 instance with a database named Dworks. The table below shows the two tables of the Dworks database:
There are two partitions in the BillHistory table. Partition1 is empty while partition2 contains all data. You intend to move data from partition2 to the appropriate partition of the BillHistory table. Partions2 contains data for the oldest month of the Bills table. You are going to develop a process to achieve this. You have to make sure that at the end of every month the process can be repeated.
Options
- AAlter the partition function of the BillHistory table by using the split option.
- BAlter the partition function of the Bills table by using the split option.
- CAlter the partition function of the BillHistory table by using the split option.
- DAlter the partition function of the Bills table by using the split option.
How the community answered
(40 responses)- A5% (2)
- B8% (3)
- C75% (30)
- D13% (5)
Community Discussion
No community discussion yet for this question.