Creating local cube from several server cubes -
06-22-2005
, 01:01 AM
Hello
I am trying to create a local cube using (CREATE GLOBAL CUBE) fro
man
server cubes. Is it doable
I tried the following (CREATE GLOBAL CUBE [SalesLocal] ... FRO
[Sales], [Budget] ...) but I received this error: Formula error
global cubes can only accept a single cube in the source cube list.
In the linked document
http://www.microsoft.com/technet/pro...n/anserddl.msp
I found the following
When using the CREATE GLOBAL CUBE statement, consider the following
1. You can store more than one cube in a single local cube file. Thi
is a
excellent way to group local cubes according to business purpose
But I could not find how
Thank
Yone |