Deepak,
Thanks for your reply.
Yes the fact table is large (actually a horizontally partitioned view)
and is indexed.Actually performing other specific aggregation using
stored procs and works well.
But in this case - I need to publish analysis data hence my question.
Now - where can I store the Run Parameters ?
Excuse my lack of MSAS knowledge but - can I store these parameters
within the cube ? If so - how do I update them on successful completion
of Incr processing of the cube.
I must be missing something simple here ...
bill
Deepak Puri wrote:
Quote:
Sounds like a viable solution - a couple of things to consider along the
way:
- If the fact table is large, it should preferably have an index on the
filtered field, to reduce query times
- Make sure that either cube and "Run parameters" are both updated, or
that none of them is (can use a transaction)
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com *** |