You work in the Business Intelligence (BI) department of a multinational company.
The company has requested a new corporate BI solution that meets the following
requirements:
The solution must use SQL Server Analysis Services (SSAS).
The model must incrementally add 10 million fact rows per month.
The model must be translated to English, French, or Spanish based on users’ locale.
The model must be able to contain the most recent 36 months of data.
You need to select the appropriate model type and partitioning strategy to meet the
requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)
A.
Create a tabular model with one partition for all of the data.
B.
Create a multidimensional model with one partition for each month.
C.
Create a multidimensional model with one partition for all of the data.
D.
Create a tabular model with one partition for each month.
Answer is C, because in tabular model you cant use translations!
You’re right
Why C – only 1 partition?
The answer is B
Agree with Dim, answer is B
Correct answer is B
“B”
+1 for B
I would go for B
translation for Tabular model only added at sql 2016.
Test is for 2012 and 2014
so B is the best choice.
I think it is B