dbTalk Databases Forums  

How to schedule Process Cube in Analysis manager

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss How to schedule Process Cube in Analysis manager in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy
 
Posts: n/a

Default How to schedule Process Cube in Analysis manager - 09-18-2006 , 04:27 AM






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

Reply With Quote
  #2  
Old   
Chu Xu (MSFT)
 
Posts: n/a

Default Re: How to schedule Process Cube in Analysis manager - 09-18-2006 , 05:08 PM






Don't think SQL 2000 supports this. In SQL 2005, you can create an XMLA
script to process the cube...

Chu

Andy wrote:
Quote:
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


Reply With Quote
  #3  
Old   
baty
 
Posts: n/a

Default Re: How to schedule Process Cube in Analysis manager - 09-19-2006 , 03:03 AM



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:
Quote:
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


Reply With Quote
  #4  
Old   
Tiago Rente
 
Posts: n/a

Default Re: How to schedule Process Cube in Analysis manager - 09-21-2006 , 12:21 PM



For AS2000, use "Parallel Process" provided with SQL Server 2000 Resource Kit.

For AS2005 I am still looking for the updated version of "Parallel Process".
AS2005 allows you to process partitions in parallel but only within one
single transaction. "Parallel Process" would not rollback the sucessfull
transactions. For me this is a big limitation from AS2005.

"baty" wrote:

Quote:
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



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.