dbTalk Databases Forums  

execute as 2005 cubes

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


Discuss execute as 2005 cubes in the microsoft.public.sqlserver.olap forum.



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

Default execute as 2005 cubes - 12-14-2005 , 08:32 AM






my relational database is sql 2000,
and i would like to execute my new olap cubes that i have developed in as2005
can i execute it through a job?
what is my options


Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: execute as 2005 cubes - 12-14-2005 , 01:28 PM






What do you mean by "execute" ? Do you mean process?
If so, there are many options available. You can:
- use the Analysis Services processing task in SSIS,

Script out the processing as a xmla script. Using SSMS, on the top of the
process partition dialog box has a button called "Script" -- click on it
rather than OK. That will give you the script in another window. Once you
have the script you can execute it as:
- a SQL Agent job (there is a new SQL Agent step type called Analysis
Services Command),
- use the Analysis Services Execute DDL task in SSIS

Lastly you could write a AMO application to do your processing.

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Chai" <Chai (AT) discussions (DOT) microsoft.com> wrote

Quote:
my relational database is sql 2000,
and i would like to execute my new olap cubes that i have developed in
as2005
can i execute it through a job?
what is my options




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.