dbTalk Databases Forums  

Cubes

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


Discuss Cubes in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JACO WESELLS
 
Posts: n/a

Default Cubes - 07-04-2005 , 12:58 PM






Hi

I am completely new to OLAP. My company wants to report on the same table(s)
over multiple databases on the same server. I imagine the way to do this
will be with cubes?
Can someone please point me in the right direction or recommend a good
tutorial?

Many Thanks



Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: Cubes - 07-04-2005 , 07:34 PM






there is a restriction in AS 2000.
You can't create a cube based on multiple sources. All your dimensions +
fact table must come from the same database.

So I recommand to create some views in a database which retrieve data from
another database. In this case AS is connected to 1 database and access data
from another database. your different databases will share some dimension
like the product list and you must have the same IDs used in your different
databases.

or you can load data into 1 database using DTS prior to load the cubes. this
allow you to clean your data by doing some transformations. This helps you
to convert product ids is these ids are different from 1 database to
another.


"JACO WESELLS" <jacowess (AT) blueyonder (DOT) co.uk> wrote

Quote:
Hi

I am completely new to OLAP. My company wants to report on the same
table(s) over multiple databases on the same server. I imagine the way to
do this will be with cubes?
Can someone please point me in the right direction or recommend a good
tutorial?

Many Thanks




Reply With Quote
  #3  
Old   
JACO WESELLS
 
Posts: n/a

Default Re: Cubes - 07-05-2005 , 03:05 AM



Thanks. Can you create multiple cubes from multiple sources and link them?



"Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote

Quote:
there is a restriction in AS 2000.
You can't create a cube based on multiple sources. All your dimensions +
fact table must come from the same database.

So I recommand to create some views in a database which retrieve data from
another database. In this case AS is connected to 1 database and access
data from another database. your different databases will share some
dimension like the product list and you must have the same IDs used in
your different databases.

or you can load data into 1 database using DTS prior to load the cubes.
this allow you to clean your data by doing some transformations. This
helps you to convert product ids is these ids are different from 1
database to another.


"JACO WESELLS" <jacowess (AT) blueyonder (DOT) co.uk> wrote in message
news:OMosKHMgFHA.2700 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Hi

I am completely new to OLAP. My company wants to report on the same
table(s) over multiple databases on the same server. I imagine the way to
do this will be with cubes?
Can someone please point me in the right direction or recommend a good
tutorial?

Many Thanks






Reply With Quote
  #4  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Cubes - 07-05-2005 , 06:51 AM



You can create multiple physical cubes and link them using virtual cubes....

"JACO WESELLS" <jacowess (AT) blueyonder (DOT) co.uk> wrote

Quote:
Thanks. Can you create multiple cubes from multiple sources and link them?



"Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote in message
news:uZVa$kPgFHA.2472 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
there is a restriction in AS 2000.
You can't create a cube based on multiple sources. All your dimensions +
fact table must come from the same database.

So I recommand to create some views in a database which retrieve data
from
another database. In this case AS is connected to 1 database and access
data from another database. your different databases will share some
dimension like the product list and you must have the same IDs used in
your different databases.

or you can load data into 1 database using DTS prior to load the cubes.
this allow you to clean your data by doing some transformations. This
helps you to convert product ids is these ids are different from 1
database to another.


"JACO WESELLS" <jacowess (AT) blueyonder (DOT) co.uk> wrote in message
news:OMosKHMgFHA.2700 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Hi

I am completely new to OLAP. My company wants to report on the same
table(s) over multiple databases on the same server. I imagine the way
to
do this will be with cubes?
Can someone please point me in the right direction or recommend a good
tutorial?

Many Thanks








Reply With Quote
  #5  
Old   
Jéjé
 
Posts: n/a

Default Re: Cubes - 07-05-2005 , 06:26 PM



but here is restrictions:

each cube will have its own dimensions!
so a "customer" dimension for 1 cube is not useable with the cube 2
So your virtual cube will have 2 customers dimensions (1 for each cube).
You have to create a lot of MDX calculated measures to "link" the 2
dimensions and display only 1 customer dimension to the end user.

so, if you are new to OLAP, think using 1 database, you'll simplify your
architecture and you'll have better results and easy to manage solution.


"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote

Quote:
You can create multiple physical cubes and link them using virtual
cubes....

"JACO WESELLS" <jacowess (AT) blueyonder (DOT) co.uk> wrote in message
news:uNB2agTgFHA.2700 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Thanks. Can you create multiple cubes from multiple sources and link
them?



"Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote in message
news:uZVa$kPgFHA.2472 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
there is a restriction in AS 2000.
You can't create a cube based on multiple sources. All your dimensions
+
fact table must come from the same database.

So I recommand to create some views in a database which retrieve data
from
another database. In this case AS is connected to 1 database and access
data from another database. your different databases will share some
dimension like the product list and you must have the same IDs used in
your different databases.

or you can load data into 1 database using DTS prior to load the cubes.
this allow you to clean your data by doing some transformations. This
helps you to convert product ids is these ids are different from 1
database to another.


"JACO WESELLS" <jacowess (AT) blueyonder (DOT) co.uk> wrote in message
news:OMosKHMgFHA.2700 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Hi

I am completely new to OLAP. My company wants to report on the same
table(s) over multiple databases on the same server. I imagine the way
to
do this will be with cubes?
Can someone please point me in the right direction or recommend a good
tutorial?

Many Thanks










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.