Reputation: 1235
I am using Microsoft SQL 2008. In Microsoft Visual Studio, I have created a cube. I want to schedule the processing of this cube after every 1 hour. Can somebody tell me how to achieve this?
Thanks.
Upvotes: 4
Views: 2782
Reputation: 26352
On the same solution with your SSAS project create an new SSIS project
I usually put two Analysis Services Prossecing Tasks - one for all the dimensions and another for the entire cube -
Now connect to the Intergration services on MSsQL management studio and add your project to the packages.
Follow this link to see how you can schedule via the MsSQL agent the SSIS Package.
And you are done!
Upvotes: 5