70-768 · Question #33
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is…
The correct answer is C. Ensure that the Transactional Deployment property is set to True. The Transactional Deployment setting controls whether the deployment of metadata changes and process commands occurs in a single transaction or in separate transactions. If this option is True (default), Analysis Services deploys all metadata changes and all process commands…
Question
Options
- AEnsure that DirectQuery is enabled for the model.
- BEnsure that DirectQuery is disabled for the model.
- CEnsure that the Transactional Deployment property is set to True.
- DEnsure that the Transactional Deployment property is set to False.
- EProcess the model in Process Full mode.
- FProcess the model in Process Data mode.
- GProcess the model in Process Defrag mode.
How the community answered
(27 responses)- A4% (1)
- B15% (4)
- C70% (19)
- E4% (1)
- F7% (2)
Explanation
The Transactional Deployment setting controls whether the deployment of metadata changes and process commands occurs in a single transaction or in separate transactions. If this option is True (default), Analysis Services deploys all metadata changes and all process commands within a single transaction. If this option is False, Analysis Services deploys the metadata changes in a single transaction, and deploys each processing command in its own transaction. https://docs.microsoft.com/en-us/sql/analysis-services/multidimensional-models/deployment- script-files-specifying-processing-options
Topics
Community Discussion
No community discussion yet for this question.