March 27, 2015 at 2:37 am
What would be the criteria for cube incremental processing
1.When dimension data change but measure data doesn't change
2.When measure data change but dimension data doesn't change.
3.When both change
do we have any setting which help to perform these task?
March 31, 2015 at 6:50 am
sushil_dwid (3/27/2015)
What would be the criteria for cube incremental processing1.When dimension data change but measure data doesn't change
2.When measure data change but dimension data doesn't change.
3.When both change
do we have any setting which help to perform these task?
1. Process Update on the dimension
2. Process Add on the measure group partition
3. Both of the above
https://msdn.microsoft.com/en-us/library/ms174774.aspx
April 24, 2015 at 3:21 am
You can automate the different OLAP processing tasks using SSIS which is the answer to your question on what tool can be used.
Raunak J
April 27, 2015 at 10:21 pm
SSAS provides Process Incremental as one of the processing options for cubes, measure groups and partitions.
Process Incremental is extremely useful to process facts having journal entries. In a journal fact, updates to existing fact records are balanced by a corresponding negative or positive journal entry. In Process Incremental mode, a SQL query has to be provided that could identify the records inserted into the fact journal since last cube process.
To get more information about what's Process Incremental, please refer to the link below.
https://bennyaustin.wordpress.com/2011/10/29/ssas-process-incremental/[/url]
April 28, 2015 at 8:51 am
Thank you very much for your suggestions.
April 28, 2015 at 8:51 am
Thank you very much for your suggestions.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply