How to move an OLAP cube to another SQL Server 2005?

Hello!

I need to move an OLAP cube from one SQL Server 2005 to another. I'm pretty new in this and I wonder if it is possible and if it is, then how

Thanks a lot!!

/Natasha



Answer this question

How to move an OLAP cube to another SQL Server 2005?

  • Dan Mikkelsen

    Moving to the analysis services forum

  • Jacob Grass

    You can also use the Synchronize Database Wizard to do this. Right click on a database in SQL Server Management Studio and choose the "Synchronize..." menu item.

  • roy-roy

    Hi,

    You can use a backup. After the restore you should double check the Data Sources if the underlying databases changed too. You can also generate an XML/A script (right mouse click on the database, Script database as, Create To in the SQL Server Management Studio) and execute it on the other server plus reprocessing.

    Regards,

    Bertil



  • How to move an OLAP cube to another SQL Server 2005?