dbTalk Databases Forums  

Work with 2 Databases

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


Discuss Work with 2 Databases in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Reiner Wahnsiedler
 
Posts: n/a

Default Work with 2 Databases - 08-04-2003 , 03:47 PM






Hello,

I need to work with 2 databases:
in the first I have informations about the turnover, so it's possible to
built a cube with the measure turnover and the dimension product.
in the second I have informations about the product, product groups, special
information like colour, price etc. It is not possible to built any cube
because there is no measure.

So I need a cube with the measure turnover (from my first database) and the
dimension product with an hierarchy: product group, colour, product.(from my
second database).

Is it possible?
Do I need Microsoft SQL Server Enterprise Edition?

Thanks in advance,

Reiner





Reply With Quote
  #2  
Old   
Yubo Fan
 
Posts: n/a

Default Re: Work with 2 Databases - 08-05-2003 , 01:47 PM






If I understand you right, you want to create a cube with the measures in
one database, and dimensions in another. I assume there is some kind of join
condition between the two. If you can make sure your fact table stays in one
database and dimension tables stay in another, you may be able to do it
without requiring JOINs between those tables.

You can use the "Optimize Schema" feature in the Cube Editor. If all
dimensions are optimized, MSAS would retrieve all tables separately without
using JOIN. So you could even have each dimension in a different database!

But if you cannot optimize some dimensions, you need to rely on the
heterogenes join feature, which I'm not sure if MSAS supports it. It should
be easy to find out.

- Yubo Fan

"Reiner Wahnsiedler" <wahnsiedler (AT) t-online (DOT) de> wrote

Quote:
Hello,

I need to work with 2 databases:
in the first I have informations about the turnover, so it's possible to
built a cube with the measure turnover and the dimension product.
in the second I have informations about the product, product groups,
special
information like colour, price etc. It is not possible to built any cube
because there is no measure.

So I need a cube with the measure turnover (from my first database) and
the
dimension product with an hierarchy: product group, colour, product.(from
my
second database).

Is it possible?
Do I need Microsoft SQL Server Enterprise Edition?

Thanks in advance,

Reiner







Reply With Quote
  #3  
Old   
Reiner Wahnsiedler
 
Posts: n/a

Default Re: Work with 2 Databases - 08-05-2003 , 03:57 PM



Hello,

thank you for the response.

Quote:
If I understand you right, you want to create a cube with the measures in
one database, and dimensions in another. I assume there is some kind of
join
condition between the two.
You are right. That is exactly what I want.

Quote:
If you can make sure your fact table stays in one
database and dimension tables stay in another, you may be able to do it
without requiring JOINs between those tables.
You can use the "Optimize Schema" feature in the Cube Editor. If all
dimensions are optimized, MSAS would retrieve all tables separately
without
using JOIN. So you could even have each dimension in a different database!
I will try it. Thank you.

Reiner





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.