70-448 · Question #180
You are developing a SQL Server 2008 Analysis Services (SSAS) method for Company.com. You make before caching enable for a partition. You should make sure that SSAS could search connected…
The correct answer is A. You should configure the attribute of ProcessingMode the partition to Immediate. Defines the place in the cube processing at which data becomes available to users. By default, ProcessingMode is set to Regular, and users cannot access the measure group until processing is complete. If ProcessingMode is set to LazyAggregations, data is accessible as soon as…
Question
You are developing a SQL Server 2008 Analysis Services (SSAS) method for Company.com. You make before caching enable for a partition. You should make sure that SSAS could search connected information when you could update many aspects storage. Which is the correct answer?
Options
- AYou should configure the attribute of ProcessingMode the partition to Immediate.
- BYou should configure the attribute of ProcessingMode the partition to LazyAggregations.
- CYou should configure the attribute of ProcessingMode the partition to OnCacheComplete.
- DYou should configure the attribute of ProcessingMode the partition to Common.
How the community answered
(51 responses)- A71% (36)
- B4% (2)
- C10% (5)
- D16% (8)
Explanation
Defines the place in the cube processing at which data becomes available to users. By default, ProcessingMode is set to Regular, and users cannot access the measure group until processing is complete. If ProcessingMode is set to LazyAggregations, data is accessible as soon as it is processed, but processing takes longer.
Topics
Community Discussion
No community discussion yet for this question.