![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have created a cube in SQL 2000 SP4 Analysis Manager. I would like to ask how can i schedule or automate the 'Process Cube' procedure in it? Thanks. Best Regards, Andy |
#3
| |||
| |||
|
|
I have created a cube in SQL 2000 SP4 Analysis Manager. I would like to ask how can i schedule or automate the 'Process Cube' procedure in it? Thanks. Best Regards, Andy |
#4
| |||
| |||
|
|
1st solution : You can create a DTS with an object "Analysis Services Process task", and schedule it with SQL agent. It's the easier way, and if you have just some dimension or cube to process, it's a good solution. 2nd solution : you can create a program (VB, ...) using DSO (Microsoft Decision Support Objects). It's really easy to use these objects and process a cube. You can after schedule the excution of this program. It's more powerfull, because you make what you need exactly (example : read SQL table to find cube or dimension to process, ...). Regards Thierry Andy wrote: I have created a cube in SQL 2000 SP4 Analysis Manager. I would like to ask how can i schedule or automate the 'Process Cube' procedure in it? Thanks. Best Regards, Andy |
![]() |
| Thread Tools | |
| Display Modes | |
| |