dbTalk Databases Forums  

olap and dts

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss olap and dts in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
speedpassgg@libero.it
 
Posts: n/a

Default olap and dts - 01-08-2004 , 06:16 PM






How can i automate microsoft OLAP cube processing with dts

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: olap and dts - 01-09-2004 , 12:39 AM






Build a task that does it using the "Analysis Service Processing Task" (You
will need to install AS on the server")

You can then automate this using SQL Server Agent
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"speedpassgg (AT) libero (DOT) it" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message news:071d01c3d645$de7b5ce0$a101280a (AT) phx (DOT) gbl...
Quote:
How can i automate microsoft OLAP cube processing with dts



Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: olap and dts - 01-09-2004 , 02:09 AM



Use the (Analysis Services) OLAP Processing Task. If SQL 7.0 then this is
avilable as a web download from the MS site. If SQL 2000, then just instal
OLAP (client tools) onto the same machine as DTS and you will get the task
in your designer. Remember DTS is a client side tool, so this means your
development workstation will need both SQL and OLAP tools to build DTS
packages like this.


--
Darren Green
http://www.sqldts.com


"speedpassgg (AT) libero (DOT) it" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message news:071d01c3d645$de7b5ce0$a101280a (AT) phx (DOT) gbl...
Quote:
How can i automate microsoft OLAP cube processing with dts



Reply With Quote
  #4  
Old   
Ray Higdon
 
Posts: n/a

Default Re: olap and dts - 01-09-2004 , 04:17 AM



To add to Allan and Darren's posts, be aware that the order of loading your
fact and dimensions tables does matter in regards to processing your cube,
if you have problems processing your cube, you may have to process your
dimensions first. This of course can be done in the same DTS package though

HTH

--
Ray Higdon MCSE, MCDBA, CCNA
---
"speedpassgg (AT) libero (DOT) it" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message news:071d01c3d645$de7b5ce0$a101280a (AT) phx (DOT) gbl...
Quote:
How can i automate microsoft OLAP cube processing with dts



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.