Hi,
I have different SSAS environments(dev,test,production),
Now I would like to deploy(using an automatic script) the SSAS databases to the different environment with the following in mind:
- A lot of changes are done on regular basis on the SSAS databases/Cubes (so I don't like to run the deployment wizard manually each time first to create a XMLA script)
- The different environments are placed on different domains using different datasources (nice if the datasources could be defined in the script)
- Synchronize is not an option (since the DB's is on SQL Server std edt)
- Executing the Script from SQL Agent or through a SSIS package would be the options
All suggestions would be appriciated (also examples of script if possible)
Thanks
L.