70-448 · Question #104
You are managing a SQL Server 2008 Analysis Services (SSAS) project for Company.com. The fact table named FactOrderstest should be included in the project; the table contains columns named Order…
The correct answer is A. You should develop a partition with the Source property set to "Select * from FactOrderstest where. See the full explanation below for the reasoning.
Question
You are managing a SQL Server 2008 Analysis Services (SSAS) project for Company.com. The fact table named FactOrderstest should be included in the project; the table contains columns named *Order Amount, *Country, *Order Date Key "Select * from FactOrderstest where [Order Date Key]>400 or Country='CHINA'" is created by the first partition for the fact table with the Source property the second partition for the fact table to make sure that accurate results is outputted when queried should be created. Which is the correct answer?
Options
- AYou should develop a partition with the Source property set to "Select * from FactOrderstest where
- BYou should develop a partition with the Source property set to "Select * from FactOrderstest where
- CYou should develop a partition with the Source property set to "Select * from FactOrderstest where
- DYou should develop a partition with the Source property set to "Select * from FactOrderstest where
How the community answered
(48 responses)- A75% (36)
- B6% (3)
- C4% (2)
- D15% (7)
Community Discussion
No community discussion yet for this question.