Pregunta

I have a cube in a test environment which is in an SSAS database with other non-related cubes. Since I'm testing my ETL and Fact table, I need to truncate the Fact and re-run the ETL and cube multiple times but I need to have backups of previous versions of the cube.

I can't backup the whole database because the other cubes are huge. Is there any other way for this? I appreciate the help.

¿Fue útil?

Solución

You can script the Cube, run the script on the other server and then process it separately.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top