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
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
How to move an OLAP cube to another SQL Server 2005?
Dan Mikkelsen
Jacob Grass
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