dbTalk Databases Forums  

Drill Through from Multiple Partitions with different Fact Tables

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


Discuss Drill Through from Multiple Partitions with different Fact Tables in the microsoft.public.sqlserver.olap forum.



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

Default Drill Through from Multiple Partitions with different Fact Tables - 12-14-2003 , 07:14 AM






Hi there,

I have a cube that I am trying to build with multiple partitions, and
each partition has its own fact table (its a long story). The original
fact table I used when I built the cube was empty and had was called
CONTRACT_TABLE_CUBE. The monthly fact table is called
CONTRACT_TABLE_CUBE_MONTHLY20030131.

Anyway the drill through is not working, returning an Incorrect Syntax
Error, 4200. I ran a trace on the relational server to see the request
comming in and the following is a snippet of what I got....

SELECT "dbo"."CONTRACT_TABLE_CUBE"."ENHANCEMENT_AMOUN T",
FROM "CONTRACT_TABLE_CUBE_CURRENT_MONTHLY20030131",
"dbo"."ConvertedCurrency",
"dbo"."CONTRACT_TABLE_CUBE_CURRENT_MONTHLY20030131 " AS
"dbo"."CONTRACT_TABLE_CUBE"


The problem seems to be comming from using AS in the FROM clasue to
create an alias table for the SQL query. Is there some setting that
should be set to allow the above type of query to work

The Analysis server is 2k, with SP3 and the RDBMS is MS-SQL 2k with
SP3. Any help would be greatly appreciated.

Thanks in advance
JPO

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.