I would like to process several cubes within one job - let's use example: cube A, cube B, cube C, all located on same SQL Server, similar cubes for different customers. Is there a way how to do it easily, without too much manual effort? E.g.: definition of several cube names in XMLA script or using lookup in ETL job (SSIS), which would match cube name with data in the table? Or some other way. I just would like to avoid situation where I need to duplicate steps in ETL job (for each cube processing separately). Thanks in advance!
