Incremental processing of a cube/partition is different. What AM does is
that it creates a temporary partition (with a ~ as the first character),
does a full process on that partition -- then it merges the temporary
partition back in with the original partition. You have to do that by-hand
using DSO.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Practices Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Polaris" <etpolaris (AT) hotmail (DOT) com> wrote
Quote:
Hi:
In AS wizard, while building a cube, there is options like:
build a cube "Incremental update", and "incrementally update the
dimensions
of this cube".
I'm using DSO for the cube processing. In "DSO.ProcessType", there is no
such thing as "Incremental update".
Any one knows what is the DSO equivalents to do this kind of operations?
Thanks |