dbTalk Databases Forums  

Loading data in local cubes

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


Discuss Loading data in local cubes in the microsoft.public.sqlserver.olap forum.



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

Default Loading data in local cubes - 08-26-2003 , 10:15 AM






Hello,
I understood that creating a local cube by ADODB is
allowed only when specifying:
CREATE CUBE ...
INSERT INTO ...
SELECT ...

that means I have to load data on cube at crreation time.
It is no work arround to separate to two steps (or 3)?
Creation of cube, loading dimension members and loading
data (transactions)?
It's no way to append data on an existing local cube but
to re-create it?

And how I will specify if I want to create a ROLAP or
MOLAP local cube?

Thanks a lot

Reply With Quote
  #2  
Old   
Mosha Pasumansky [MS]
 
Posts: n/a

Default Re: Loading data in local cubes - 08-27-2003 , 05:29 PM






"Catalin" <catalin_nastac (AT) hotmail (DOT) com> wrote

Quote:
Hello,
I understood that creating a local cube by ADODB is
allowed only when specifying:
CREATE CUBE ...
INSERT INTO ...
SELECT ...

that means I have to load data on cube at crreation time.
It is no work arround to separate to two steps (or 3)?
Creation of cube, loading dimension members and loading
data (transactions)?
It's no way to append data on an existing local cube but
to re-create it?
Yes, local cubes are fully populated on creation. There is no incremental
processing for local cubes.

Quote:
And how I will specify if I want to create a ROLAP or
MOLAP local cube?
Look at the DEFER_ANALYSIS property. When it is true - it will be ROLAP,
when it is false - it will be MOLAP.

--
==================================================
Mosha Pasumansky - www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==================================================




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.