Hello Jéjé,
They'll be using Cognos for reporting, but I'm sure there will be
various reporting tools in that mix.
The 2 column composite key, was for the Slowly Changing Dimenions, that
are Type 2. I'm not clear on how to relate numerous dimensions
together in factless fact tables (?), so users can join them in
reports.... and then add the fact that the Dim tables are all SCD T2
type... so if you have 30-50 DIM SCD T2 tables, we'd want to relate the
Dims for the users, especially if they're going back in time for
snapshot data.
Byt typical joins, it would be the Dimensions that are normally joined,
like what might end up in typical canned reports.... but if the Ad Hoc
user wants to join a number of Dims in some strange report, then those
are the non-typical joins and not sure how to represent THOSE in a fact
table... again, they could join any of 30 Dim tables, not all those but
any combos (yes that somewhat are related)...
The database platform will be SQL Server 2005...
Thanks, Bruce
> which ad-hoc tool do you use?
> why do you use 2 keys (key + sequence) instead-of a unique surrogate key?
[quoted text clipped - 22 lines]
> >
> > Thanks, Bruce
Jéjé - 28 Jan 2006 01:52 GMT
Does it cognos reportnet?
giving access to everything its not the solution.
try to propose reduced models with only required dimensions for specific
answers only.
you'll reduce the risk to generates bad queries.
create sample reports has source (or templates) to help the users.
don't use composite keys, use only simple keys to force the user to go
through the dimension table and to improve performance.
Verify if you really need to give access to all the historical data, maybe 1
year of data is enough for most of the queries. (then only summary data for
the history)
setup SQL Server to not run too heavy queries (query governor limit)
and finally train your users!!!
there is no miracle, if you give access... the users can do everything!!!
Hello Jéjé,
They'll be using Cognos for reporting, but I'm sure there will be
various reporting tools in that mix.
The 2 column composite key, was for the Slowly Changing Dimenions, that
are Type 2. I'm not clear on how to relate numerous dimensions
together in factless fact tables (?), so users can join them in
reports.... and then add the fact that the Dim tables are all SCD T2
type... so if you have 30-50 DIM SCD T2 tables, we'd want to relate the
Dims for the users, especially if they're going back in time for
snapshot data.
Byt typical joins, it would be the Dimensions that are normally joined,
like what might end up in typical canned reports.... but if the Ad Hoc
user wants to join a number of Dims in some strange report, then those
are the non-typical joins and not sure how to represent THOSE in a fact
table... again, they could join any of 30 Dim tables, not all those but
any combos (yes that somewhat are related)...
The database platform will be SQL Server 2005...
Thanks, Bruce
Jéjé wrote:
> which ad-hoc tool do you use?
> why do you use 2 keys (key + sequence) instead-of a unique surrogate key?
[quoted text clipped - 22 lines]
> >
> > Thanks, Bruce