Hi,
I have a cube I would like to partition into weekly chunks, each about 9M rows.
As I will need about 100 partitions, it will be a laborious task doing one at a time through Visual Studio. Is there a way I can automate this process?
At the moment I have used Management Studio connection to AS database, and used the script as Create facility, and now scripted a MDX query that will create my 100 partitions. When I run it, I can see my partitions in Management studio- all well and good.
What I don't understand is what additional steps are required so these new partitions are visible in my VS project? i.e. if I have do carry out build/deployment activity from Visual Studio, how can I automate the build of these partitions? Can I utilise my script?
Many thanks,
Ken