SQL SERVER – Integration Services Balanced Data Distributor – SSIS Balanced Data Distributor
Posted
by pinaldave
on SQL Authority
See other posts from SQL Authority
or by pinaldave
Published on Sat, 11 Jun 2011 01:30:51 +0000
Indexed on
2011/06/20
16:28 UTC
Read the original article
Hit count: 563
PostADay
|sql
|SQL Authority
|SQL Documentation
|SQL Download
|SQL Query
|SQL Server
|SQL Tips and Tricks
|T SQL
|Technology
Microsoft SSIS Balanced Data Distributor (BDD) is a new SSIS transform. This transform takes a single input and distributes the incoming rows to one or more outputs uniformly via multithreading. The transform takes one pipeline buffer worth of rows at a time and moves it to the next output in a round robin fashion. It’s balanced and synchronous so if one of the downstream transforms or destinations is slower than the others, the rest of the pipeline will stall so this transform works best if all of the outputs have identical transforms and destinations.
Download SQL Server Integration Services Balanced Data Distributor
Reference: Pinal Dave (http://blog.SQLAuthority.com)
Filed under: PostADay, SQL, SQL Authority, SQL Documentation, SQL Download, SQL Query, SQL Server, SQL Tips and Tricks, T SQL, Technology
© SQL Authority or respective owner