Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-10-03 : 09:48:50
|
Marco writes "Is it possible to copy data from one Cube to another without passing from reletional tables?what is the way I can follow?thanks,Marco" |
|
Kevin Snow
Posting Yak Master
149 Posts |
Posted - 2002-10-22 : 14:54:25
|
The data in a cube is primarily aggregates. If you could copy data from one cube to another, the data itself would lose meaning in the new context.You can copy a cube in its entirety, but to add data to an existing cube would require reprocessing to mean anything. |
|
|
|
|
|