Skip to content

Instantly share code, notes, and snippets.

@troyscott
Created June 11, 2013 03:41
Show Gist options
  • Select an option

  • Save troyscott/5754349 to your computer and use it in GitHub Desktop.

Select an option

Save troyscott/5754349 to your computer and use it in GitHub Desktop.
XMLA script to process a SSAS measure group.
<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