Using AS2005 as a "front-end" to transaction database
- From: Eric <evajen01@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 00:25:23 -0000
Hi,
I've got a large table (+1M records) in a SQL Server database that has
captured a snapshot of transactional data for the past several years
at the end of each month. The table includes the dimensions and
attributes that were associated with those dimensions at the time of
the snapshot.
It would be helpful to be able to pivot this data, similar to the way
that I would use a pivot table in excel based off of one table.
I am trying to understand if there is an easy way to take one large
transaction table and process it in analysis services so that a pivot
could be built off of the resulting cube instead of directly against
the transaction table.
I keep getting hung up on whether or not I need to parse out the
dimensions from the transaction table. I'm not sure if I should do
that, since in this case of wanting to compare snapshot against
snapshot (all contained within one table), every dimension seems to
really be, not an independent dimension, but an attribute of the
"transaction" dimension.
Is it worth even thinking about creating a cube off of only one
transaction table that includes both the facts and the dimensions, or
am I wasting my time?
Thanks,
Eric
.
- Prev by Date: Re: Cube and Dimension Processing
- Next by Date: Re: PeriodsToDate - Is hierarchy necessary?
- Previous by thread: Re: 2 Fact Table one on Year and one in Day
- Index(es):
Relevant Pages
|