ccote


HI, if I only want to load the delta of the rows that are in a refreshed fact table and the cube, do I need to create a partition in the measure groups Lets say that the rolap DW have been refreshed with today's data and my cube contains only yesterday's data, I do not want to do a full process. I want to process only today's rows using a time stamp in order to get the latest rows. How should I do it in SSAS 2005 Can I issue a process update only for the measure group

Thank you,

Ccote




Re: Loading only the newest facts into a cube (Delta)

Van Dieu Thai


You can perform a "Process Incremental" and then specify a SQL table or a SQL query to read only the new rows of data that you want to add to your cube.

Van Dieu






Re: Loading only the newest facts into a cube (Delta)

ccote

HI, will it process my dimensions fully and only the facts (measure groups) incrementally

Thank you for your help!

Ccote






Re: Loading only the newest facts into a cube (Delta)

Yongli Yang

If you don't want to touch your dimension, you could update your specific partition (which will include your new rows) only.