문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top