dbTalk Databases Forums  

Cube Partition

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


Discuss Cube Partition in the microsoft.public.sqlserver.olap forum.



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

Default Cube Partition - 11-28-2006 , 10:31 PM






Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash


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

Default Re: Cube Partition - 11-28-2006 , 11:06 PM






do you use SSAS2005?
use the AMO API or create an XML/A script

you can find some samples on the web

for example:
http://www.microsoft.com/technet/pro...std.mspx#ECCAG



"Hash" <harshal.patil (AT) sify (DOT) com> wrote

Quote:
Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash


Reply With Quote
  #3  
Old   
sriram
 
Posts: n/a

Default Re: Cube Partition - 11-28-2006 , 11:29 PM



Hi Hash,

Following this steps would help you.

1. Design the cube with default partition.
2. Whenever you want to have a new partition copy the above partition
3. On new partition set a slice for year.

All the above could be automated using DSO.

Regards,

Sriram
Hash wrote:
Quote:
Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash


Reply With Quote
  #4  
Old   
Hash
 
Posts: n/a

Default Re: Cube Partition - 11-29-2006 , 01:23 AM



hi
I have the SAS2000. How to do this for partitioning of cube.

From
Harshal



Jeje wrote:
Quote:
do you use SSAS2005?
use the AMO API or create an XML/A script

you can find some samples on the web

for example:
http://www.microsoft.com/technet/pro...std.mspx#ECCAG



"Hash" <harshal.patil (AT) sify (DOT) com> wrote in message
news:1164774691.745016.167590 (AT) l39g2000cwd (DOT) googlegroups.com...
Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash



Reply With Quote
  #5  
Old   
Ohjoo Kwon
 
Posts: n/a

Default Re: Cube Partition - 11-29-2006 , 04:17 AM



You refer to "Incremental Updates" from BOL. There is a sample script adding
new partition.

Write your new partition name instead of temporary name. And exclude Merge
part.

Ohjoo


"Hash" <harshal.patil (AT) sify (DOT) com> wrote

Quote:
hi
I have the SAS2000. How to do this for partitioning of cube.

From
Harshal



Jeje wrote:
do you use SSAS2005?
use the AMO API or create an XML/A script

you can find some samples on the web

for example:
http://www.microsoft.com/technet/pro...std.mspx#ECCAG



"Hash" <harshal.patil (AT) sify (DOT) com> wrote in message
news:1164774691.745016.167590 (AT) l39g2000cwd (DOT) googlegroups.com...
Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash





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

Default Re: Cube Partition - 11-29-2006 , 07:29 AM



with AS2000 you can use the DSO API
you'll find some samples to use it and create partitions

"Hash" <harshal.patil (AT) sify (DOT) com> wrote

Quote:
hi
I have the SAS2000. How to do this for partitioning of cube.

From
Harshal



Jeje wrote:
do you use SSAS2005?
use the AMO API or create an XML/A script

you can find some samples on the web

for example:
http://www.microsoft.com/technet/pro...std.mspx#ECCAG



"Hash" <harshal.patil (AT) sify (DOT) com> wrote in message
news:1164774691.745016.167590 (AT) l39g2000cwd (DOT) googlegroups.com...
Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash



Reply With Quote
  #7  
Old   
Todd K
 
Posts: n/a

Default Re: Cube Partition - 11-29-2006 , 11:09 AM



Hash,

There is a great example in the SSIS sample application which does exactly
this. Basically, it uses a SQL view which contains logic that tells the
package which partitions should exist and what some of the metadata for each
partition is (i.e. SQL, partition ID, etc.).

This should get you where you need to be.

Thanks,
Todd

"Hash" <harshal.patil (AT) sify (DOT) com> wrote

Quote:
Hi All,

How can i partition the cube dynamically? Whenever the new year starts,
the new parttion of cube should be created.


Regards,
Hash



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.