Hi
Can anyone please tell me how can use "Partition Processing" component of data flow in SSIS 2005. If possible can u please tell me from where I can have demo for the same.
Thanks and regards;
Rakesh
Hi
Can anyone please tell me how can use "Partition Processing" component of data flow in SSIS 2005. If possible can u please tell me from where I can have demo for the same.
Thanks and regards;
Rakesh
Partition Processing
Alexander Ivanov
That is component to implement what is called "pipeline processing". It gives you ability to populating your cube with data directly coming from the SSIS pipe without need for intermedeate storage.
Try and create a simple data flow with source pointing to the fact table forwarding data to AS partition.
Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.