Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Analysis Server and Reporting Services (2012)
 Processing Cube Dimension incrementally

Author  Topic 

jim123456789jim
Starting Member

13 Posts

Posted - 2014-01-28 : 11:54:10
Hi All,

We need process a cube dimensions incrementally. Only for first load of the dimension table all the dimensions in the cube need to be processed after that when ever incremental load is happening in the dimension table only those rows in the cube need to be processed. Also, when some rows in the dimension table is updated only those rows in the cube need to be processed.

By doing this, we can avoid processing the complete table again and again. Please suggest how this can be taken care. Thanks.

Regards

Jim

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-01-29 : 04:30:47
see this
http://www.mssqltips.com/sqlservertip/3013/introduction-to-the-dimension-processing-destination-in-ssis-2012/

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -