SSAS Articles AMO SSIS Package to Back Up SSAS Databases
SSIS Package to Back Up SSAS Databases
User Rating: / 2
PoorBest 
Written by Dave Fackler   
Friday, 14 March 2008 00:00

There are a couple of different posts and blog entries out there that discuss backing up SSAS databases using various techniques such as AMO, SSIS, etc. I recently created an SSIS package to do the same thing, and I think it's a little bit simpler than some of the other solutions out there.

The basic design of the package is to use a ForEach Loop container to loop over the list of databases on a given SSAS server (versus using AMO or some other method of getting a list of databases) and then using an Analysis Services DDL task with an XMLA script that calls for a backup of the current database.

Read more...

 
Tags: 2005, amo, article, backup, ssis

Strategy Companion