dbTalk Databases Forums  

Implement Each fact table in each partition in one cube in MS OLAP

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


Discuss Implement Each fact table in each partition in one cube in MS OLAP in the microsoft.public.sqlserver.olap forum.



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

Default Implement Each fact table in each partition in one cube in MS OLAP - 07-14-2005 , 10:43 AM






Hi guys,

I want to add partition dynamicaly in one cube and each partition should
use each fact table and process that partition using ActiveX script.

for example.

partition Fact table Dimension

March2005 factTable_March2005 Gender,Year,Age
April2005 factTable_April2005 Gender,Year,Age
May2005 factTable_May2005 Gender,Year,Age

if anybody have a soln pls send it to me.

Thanks in advance,

Kanz.
Kan_kl (AT) yahoo (DOT) co.in








*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #2  
Old   
SQL McOLAP
 
Posts: n/a

Default RE: Implement Each fact table in each partition in one cube in MS OLAP - 07-14-2005 , 03:13 PM






Your best bet if you don't want to write code is to use the partition manager
tool from the toolkit. It allows you to create multiple partitions and point
them to different fact tables. Another great thing about it is that it
dynamically sets the slice for the partitions based upon the level you set.

If you don't mind writing code, you can use DSO to do this. There are
samples provided with the install of AS the show you how to create partitions
and point to fact tables and set slices, etc...


"kannan k" wrote:

Quote:
Hi guys,

I want to add partition dynamicaly in one cube and each partition should
use each fact table and process that partition using ActiveX script.

for example.

partition Fact table Dimension

March2005 factTable_March2005 Gender,Year,Age
April2005 factTable_April2005 Gender,Year,Age
May2005 factTable_May2005 Gender,Year,Age

if anybody have a soln pls send it to me.

Thanks in advance,

Kanz.
Kan_kl (AT) yahoo (DOT) co.in








*** Sent via Developersdex http://www.developersdex.com ***


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.