dbTalk Databases Forums  

Drilltrough Question

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


Discuss Drilltrough Question in the microsoft.public.sqlserver.olap forum.



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

Default Drilltrough Question - 10-13-2006 , 11:28 AM






Hi experts,

Can anyone help me to find out how drilllthrough works in SSAS2005? I know
that in AS2000 drilllthrough queries retrieved data from the underlying
datasource. Also, I could retrieve any column from any table in the
underlying database. It doesn't seem to work the same way in SSAS2005. First,
I can't include anything which is not measures or attributes. Second, I
stopped the dabase engine service, but still was able to drillthroug the data
in the cube.

Any help would be greatly appreciated.

--
Thanks a lot,

ID

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

Default Re: Drilltrough Question - 10-13-2006 , 03:46 PM






you have to add an action in your cube
a drill through action.

you can create more then 1 drill.
In my case I have 1 drill by measure group and this drill is setup the
default for this particular measure group.

and then use the same MDX command like in AS2000
drillthrouh select ... from cube...

read this article:
http://msdn.microsoft.com/library/de...nservdrill.asp


"exkievan" <exkievan (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi experts,

Can anyone help me to find out how drilllthrough works in SSAS2005? I know
that in AS2000 drilllthrough queries retrieved data from the underlying
datasource. Also, I could retrieve any column from any table in the
underlying database. It doesn't seem to work the same way in SSAS2005.
First,
I can't include anything which is not measures or attributes. Second, I
stopped the dabase engine service, but still was able to drillthroug the
data
in the cube.

Any help would be greatly appreciated.

--
Thanks a lot,

ID



Reply With Quote
  #3  
Old   
Marco Russo
 
Posts: n/a

Default Re: Drilltrough Question - 10-14-2006 , 03:01 AM



The drillthrough in SSAS2005 works differently than in AS2000: it does
not query the underlying relational database, it only query the
processed data (dimension attributes and measures) of your cube.
The only way to query the relational data is to define a ROLAP
database, but you still can't add table fields that are not included in
the UDM model.
Anyway, this should be described in the documentation too.

Marco Russo
http://www.sqlbi.eu
http://www.sqljunkies.com/weblog/sqlbi


exkievan wrote:
Quote:
Hi experts,

Can anyone help me to find out how drilllthrough works in SSAS2005? I know
that in AS2000 drilllthrough queries retrieved data from the underlying
datasource. Also, I could retrieve any column from any table in the
underlying database. It doesn't seem to work the same way in SSAS2005. First,
I can't include anything which is not measures or attributes. Second, I
stopped the dabase engine service, but still was able to drillthroug the data
in the cube.

Any help would be greatly appreciated.

--
Thanks a lot,

ID


Reply With Quote
  #4  
Old   
Chu Xu (MSFT)
 
Posts: n/a

Default Re: Drilltrough Question - 10-16-2006 , 12:58 PM



This has been updated in the MSDN refresh around July. If you check the
online version which is always the latest,
http://msdn2.microsoft.com/en-us/library/ms145964.aspx, it now states:

In Microsoft SQL Server 2005 Analysis Services (SSAS), the results are
retrieved directly from MOLAP storage, unless ROLAP partitions or
dimensions are queried.


- Chu

Marco Russo wrote:
Quote:
The drillthrough in SSAS2005 works differently than in AS2000: it does
not query the underlying relational database, it only query the
processed data (dimension attributes and measures) of your cube.
The only way to query the relational data is to define a ROLAP
database, but you still can't add table fields that are not included in
the UDM model.
Anyway, this should be described in the documentation too.

Marco Russo
http://www.sqlbi.eu
http://www.sqljunkies.com/weblog/sqlbi


exkievan wrote:
Hi experts,

Can anyone help me to find out how drilllthrough works in SSAS2005? I know
that in AS2000 drilllthrough queries retrieved data from the underlying
datasource. Also, I could retrieve any column from any table in the
underlying database. It doesn't seem to work the same way in SSAS2005. First,
I can't include anything which is not measures or attributes. Second, I
stopped the dabase engine service, but still was able to drillthroug the data
in the cube.

Any help would be greatly appreciated.

--
Thanks a lot,

ID


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.