1. You have to full process the cube.
2. To do incremental processing of a partition, you need to specify a source
that contains just the new rows -- this source could be a table/view or a
SQL query.
Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Jay" <jay.abbott (AT) chsinc (DOT) com> wrote
Quote:
I am unclear on a couple points with cube processing.
First, if I perform a full process on dimensions, do I have to perform
a full process on a cube or can I still incrementally update a cube?
Second, I have a cube in which the data source is a view on a table in
sql server. Can I perform an incremental update when source data is
refreshed or must I perform a full process?
Thanks in advance!
Jay |