Created
June 11, 2013 03:41
-
-
Save troyscott/5754349 to your computer and use it in GitHub Desktop.
XMLA script to process a SSAS measure group.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Process xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> | |
| <Object> | |
| <DatabaseID>EDW</DatabaseID> | |
| <CubeID>EDW Metrics</CubeID> | |
| <MeasureGroupID>Metric Analysis</MeasureGroupID> | |
| </Object> | |
| <Type>ProcessFull</Type> | |
| </Process> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment