Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Analysis Services (2000)
 creating cube(s)

Author  Topic 

SQLboom
Yak Posting Veteran

63 Posts

Posted - 2004-04-17 : 09:13:05
Suppose that i have to create a Analysis Services report cube based on the output of following query

select local.colA, local.colB, foreign.colX, foreign.function_name(par1, par2)
from local left outer join foreign on local.C = foreign.Y

Now, here the tables local and foreign belong to different databases. Can some help with the folowing queries
a. how to go about creating the cube(s)
b how to handle the outer joins through cube
c. how to call a database function as the output
d how to handle a tables which are in different databases
e. Of course, i could have added so many other features like isnull, replace, between, in statement etc. How do we handle these.

Please help!. ..I am totally lost with this. ..
   

- Advertisement -