A brief description cribbed from the author's site-
FlowSync is a component that will make two or more flows of data in an SSIS data flow package run at the same speed, by stopping one flow if the others run too slow.
It has been created as a convenient companion to TableDifference to resolve the problems with memory occupation, it can be used by its own in the case where you want flows to run at the same speed.
It makes use of semaphores to handle synchronization, so no CPU is ever wasted, when the faster flows is stopped all the CPU is free for others (more useful) processes.
FlowSync is a component that will make two or more flows of data in an SSIS data flow package run at the same speed, by stopping one flow if the others run too slow.
8/11/2006 10:30:46 AM - DarrenSQLIS
FlowSync is a component that will make two or more flows of data in an SSIS data flow package run at the same speed, by stopping one flow if the others run too slow.
8/11/2006 10:30:46 AM - DarrenSQLIS
Table difference is a custom SSIS custom component designed to simplify the management of slowly changing dimensions, enabling you to check the differences between two tables or data flow with SSIS.