Is it possible to added a linked measure group without having to rebuild the base cube Or, is it possible to build a cube that exists of nothing but linked measures
SQL Server Analysis Services
Is it possible to added a linked measure group without having to rebuild the base cube Or, is it possible to build a cube that exists of nothing but linked measures
> is it possible to build a cube that exists of nothing but linked measures
Yes, you can have a cube that contains only linked measure groups. This would be the equivalent of a virtual cube from AS2000.
> Is it possible to added a linked measure group without having to rebuild the base cube
If the cube has other measure groups (with partitions and maybe aggregations built), you don't need to re-process them after you add a new measure group (linked or not).
Adrian Dumitrascu
>If the cube has other measure groups (with partitions and maybe aggregations built), you don't need to re-process them >after you add a new measure group (linked or not).
Don't I have to do some sort of processing to push out the new measures to the cube