Which three actions should you perform in sequence?

DRAG DROP
You are developing a SQL Server Analysis Services (SSAS) multidimensional project.
You identify that a dimension, which has a large number of attributes, is issuing a separate
(SELECT DISTINCT) query for each attribute even though they all come from a single
database table. The table does not have a large number of rows.
You need to configure the processing of the dimension to issue only a single SQL query to
the underlying database, and processing must continue if any errors are encountered.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)

DRAG DROP
You are developing a SQL Server Analysis Services (SSAS) multidimensional project.
You identify that a dimension, which has a large number of attributes, is issuing a separate
(SELECT DISTINCT) query for each attribute even though they all come from a single
database table. The table does not have a large number of rows.
You need to configure the processing of the dimension to issue only a single SQL query to
the underlying database, and processing must continue if any errors are encountered.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)

Answer:



Leave a Reply 9

Your email address will not be published. Required fields are marked *


Nic

Nic

Answer:

1.- Open dimension designer.
2.- Select dimension.
3.- In the properties windows, set the ProcessingGroup property to ByTable and then change the KeyDuplicate property to IgnoreError.

DK

DK

1.- Select dimension.
2.- Open dimension designer.
3.- In the properties windows, set the ProcessingGroup property to ByTable and then change the KeyDuplicate property to IgnoreError.

Ralph

Ralph

When development has been finished, we no more have access to the project. What we have i a deployed model to SSAS. We need to connect to it using SSMS that generally would allow you to define all administrative settings, including processing.
Presented answer by Carlos is OK.

Henk Schenkworst

Henk Schenkworst

1 select dimension
2. open designer (by double click the selected dimension)
3. select processing group by table

Cray

Cray

“Select Dimension -> Open Dimension Designer” should be to correct sequence.
So:
1 select dimension
2. open designer (by double click the selected dimension)
3. select processing group by table