dbTalk Databases Forums  

Local Cube Building

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


Discuss Local Cube Building in the microsoft.public.sqlserver.olap forum.



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

Default Local Cube Building - 06-30-2005 , 08:22 PM






Reviewing old posts, Mosha made reference to a white paper on creating local
cubes several years ago. It looks like there were subsequents references to
it or something like it, but those references are dead. Is that still
available?

Secondly, I am trying to build a local cube similar to a server cube I
previously created, but I want to build the local cube directly from the
relational source, not the server cube. The server cube uses
calculations in the Select portion of the Insert Into statement to
present the .key and the .name part of a time dimension level.
Something like

DatePart(year,dbo.Time.DateTime),
'Week ' + convert(CHAR, DateName(week, dbo.Time.DateTime)),

This Select statement works fine using the SQL Query Analyzer tool, but
trying this with the Create Cube / Insert Into local cube building
process crashes. If I delete the time dimension from the process, the
local cube builds fine. If I use the Type Week option with the Time
dimension and let the cube automatically create the time dimension
level, it works, but the .name is the same as the .key and is just a
numeric, not a nicely formatted name.

Any suggestions?

Lanny



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.