I ain't able to find any good tutorial which can tel me how to create/delete cube partition through SSIS tasks.
This is the first time I am doing that, in fact, I am new to SSAS too. So, the tutorial I found that is
Creating cube partition with Script Task
Analysis Service Execute DDL Task
I have also seen Analysis Service Processing Task but I am not sure if it can do the same task or not.
I need to run my package every month to create new partition of a cube, based of variables.
Which method will be the best and recommended to do cube partition via SSIS ?
I want to create a new partition and to delete the old partition based on condition.
P.S.: I was a .NET developer before, so it Script task is the best option then I can go for it.
Any suggestions ?