mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
14 lines
545 B
Plaintext
14 lines
545 B
Plaintext
<Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
|
|
<Parallel>
|
|
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<Object>
|
|
<DatabaseID>DatabaseID</DatabaseID>
|
|
<CubeID>CubeID</CubeID>
|
|
<MeasureGroupID>MeasureGroupID</MeasureGroupID>
|
|
<PartitionID>PartitionID</PartitionID>
|
|
</Object>
|
|
<Type>ProcessFull</Type>
|
|
<WriteBackTableCreation>UseExisting</WriteBackTableCreation>
|
|
</Process>
|
|
</Parallel>
|
|
</Batch> |