Help with SSAS project
-
I'm working as devops in a SSAS project with SQL Server . My final goal is automatise the deploy process of the olap cube (or SASS), I'm getting hard time try to do it. Anyone have experience in this kind project?. Can provide me information or material to study What I need to do is find a way to do all the process by command line. I have some parts of the overall process already resolved. But what keep me frustrate is find a way to process the cube by command line Background of the project The datasource of the project is a virtual database,in consecuence, it's can read information for any data sources (other databases like SQL Server, Mysql or even documents like XML, spreadsheets ) and expose as single source to the cube. more info in this link. Before to start process, for performance reason it's necessary to stop any scheduled jobs in the cube. When the process start, it's going to fetch the information from the vdb if there are 50 million records from legacy datasources. Then they are going to stored into the cube cannot do anything to avoid this After finish to process, The final step is run some unit test made with NBI testing framework . After finish to process i need to run some test made with NBI testing framework over the cube. For example > > If the field fiscal_year exists in the date dimension > > the query X is not doing a fullscan more info in NBI codeplex site