Hi Friend,
We have Cube solution asAttribute Created in that we have three Cubes named as below. In that cube solutionhaving some common dimension. Cube as below.
1- Sandip
2- SolvencyData
3- SSISExample
Using below command I Can create XMLA script for entirely cube.
Microsoft.analysisServices.Deployment.exe D:\Suhas\AttributeCreated\AttributeCreated\bin\ AttributeCreated.asdatabase /o:"D:\Suhas\ AttributeCreated\CubeXMLAScript.xmla"
1-My first QuestionIs there any way I can create Individual XMLA script for Sandip, SolvencyData & SSISExample Cube. I found one solution in SSMS. Like below
Above screen creates Individual XMLA script for Sandip, SolvencyData & SSISExample Cube. Is there any way to create fromMicrosoft.analysisServices.Deployment.exe
2-My Second QuestionHow I created the Process Individual XMLA script for Sandip, SolvencyData & SSISExample Cube. I Created XMLA script as above on clicking on Process.
It creates XMLA scripts but It Over rights the Existing cube I Just see the my 3-SSISExample Cube in Attribute Created solution in SSMS. Not the 1 & 2 one.
Please help How to create different XMLA cube Process script which can't delete the my 1-Sandip, 2-SolvencyData cube.
Thanks in advance.
Suhas