dbTalk Databases Forums  

Processing Cubes in parallel via a DTS

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


Discuss Processing Cubes in parallel via a DTS in the microsoft.public.sqlserver.olap forum.



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

Default Processing Cubes in parallel via a DTS - 01-06-2006 , 03:16 AM






Hi,

I have a SQL Server 2k DTS that processes a set of AS 2k OLAP cubes via a
scheduled job.

The cubes are currently processed one after each other, which is taking far
too long.

Can someone please tell me how I can process the cubes (in a DTS) in parallel.

Many Thanks

Jon Derbyshire


Reply With Quote
  #2  
Old   
Joerg
 
Posts: n/a

Default RE: Processing Cubes in parallel via a DTS - 01-06-2006 , 03:38 AM






Hello Jon,

Analysis Services Parallel Processing Utility

http://www.microsoft.com/downloads/d...displaylang=en


hopefully this helps
Jörg



"Jon Derbyshire" wrote:

Quote:
Hi,

I have a SQL Server 2k DTS that processes a set of AS 2k OLAP cubes via a
scheduled job.

The cubes are currently processed one after each other, which is taking far
too long.

Can someone please tell me how I can process the cubes (in a DTS) in parallel.

Many Thanks

Jon Derbyshire


Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: Processing Cubes in parallel via a DTS - 01-10-2006 , 06:40 AM



processing AS2000 cubes using DTS and the cube process task is not possible.
this task is NOT multithreaded.
if fact the DSO objects are not multithreaded, so you can do 2 actions at
the same time in the same process.

the parrallel process utility bypass this "problem" by executing multiple
process, each process execute 1 action against your AS2000 databases.

with AS2005 there is no more problems, by default the server process more
then 1 aggregation / cube / dimension at the same time. Really efficient!

"Jon Derbyshire" <JonDerbyshire (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I have a SQL Server 2k DTS that processes a set of AS 2k OLAP cubes via a
scheduled job.

The cubes are currently processed one after each other, which is taking
far
too long.

Can someone please tell me how I can process the cubes (in a DTS) in
parallel.

Many Thanks

Jon Derbyshire




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.