dbTalk Databases Forums  

SSAS 2005 - two partitions under th

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


Discuss SSAS 2005 - two partitions under th in the microsoft.public.sqlserver.olap forum.



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

Default SSAS 2005 - two partitions under th - 03-07-2006 , 05:33 PM






I need to have a measure group with two template partitions. These
partitions have different aggregations based on the type of partitioning
(hour vs. hourly).

In the designer it will not allow me to add another partition with the same
fact table. When my code runs, it simple clones the appropriate partition.

Any other way to do this? It's throwing and will not enabled the Next or
Finish button :

The 'dbo.vFact_Table' table is currently used by the 'tDay' partition, and
you have not supplied a query to restrict its rows. Measure data may be
counted twice if you use this table in another partition.




Reply With Quote
  #2  
Old   
Edward Melomed [MSFT]
 
Posts: n/a

Default Re: SSAS 2005 - two partitions under th - 03-08-2006 , 12:37 AM






In AS2005 aggregations are not specific to the particular partitions.
AggregationDesign object contains definitions of aggregations.
This allows you easily to apply aggregation design to any partition.

You simply don't need your "template" partitions, just create a partition
and point AggregationDesignID property to the particular aggregation design
object.

Try and use AmoBrowser sample application to navigate list of objects in
AMO.

Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights


"Jesse O" <jesperzz (AT) hotmail (DOT) com> wrote

Quote:
I need to have a measure group with two template partitions. These
partitions have different aggregations based on the type of partitioning
(hour vs. hourly).

In the designer it will not allow me to add another partition with the
same fact table. When my code runs, it simple clones the appropriate
partition.

Any other way to do this? It's throwing and will not enabled the Next or
Finish button :

The 'dbo.vFact_Table' table is currently used by the 'tDay' partition, and
you have not supplied a query to restrict its rows. Measure data may be
counted twice if you use this table in another partition.






Reply With Quote
  #3  
Old   
Jesse O
 
Posts: n/a

Default Re: SSAS 2005 - two partitions under th - 03-09-2006 , 02:09 PM



Thanks for the reply.

However, I want two aggregation designs for the same measure group. I don't
see anywhere within VS that you can edit an aggregation without having to go
within a partition. In AMO Browser AggregationDesigns is separate from
Partitions.

"Edward Melomed [MSFT]" <edwardm (AT) norely (DOT) micrsoft.com> wrote

Quote:
In AS2005 aggregations are not specific to the particular partitions.
AggregationDesign object contains definitions of aggregations.
This allows you easily to apply aggregation design to any partition.

You simply don't need your "template" partitions, just create a partition
and point AggregationDesignID property to the particular aggregation
design object.

Try and use AmoBrowser sample application to navigate list of objects in
AMO.

Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights


"Jesse O" <jesperzz (AT) hotmail (DOT) com> wrote in message
news:utYiW%23jQGHA.1868 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
I need to have a measure group with two template partitions. These
partitions have different aggregations based on the type of partitioning
(hour vs. hourly).

In the designer it will not allow me to add another partition with the
same fact table. When my code runs, it simple clones the appropriate
partition.

Any other way to do this? It's throwing and will not enabled the Next or
Finish button :

The 'dbo.vFact_Table' table is currently used by the 'tDay' partition,
and you have not supplied a query to restrict its rows. Measure data may
be counted twice if you use this table in another partition.








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.