Microsoft
70-432 · Question #53
70-432 Question #53: Real Exam Question with Answer & Explanation
The correct answer is D. You should use a Split clause to change the existing partition function. 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 Dworks database has a table named Orderthings. The Orderthings table is partitioned on the OrderId column. The first partition contains integer values greater than 100,000, while the second partition contains integer values between 1 and 100,000. You have to add a new partition. The new partition should contain integer values greater than 200,000. What should you do?
Options
- AA new partition function should be created
- BYou should change the existing partition scheme
- CYou should use a Merge clause to change the existing partition function
- DYou should use a Split clause to change the existing partition function
Community Discussion
No community discussion yet for this question.