All Tags »
SSIS »
Components »
TableDifference »
SQL »
SQL Server (RSS)
Sorry, but there are no more tags available to filter with.
-
Today I come into a nice bug (misfeature?) of SSIS 2008 and I'd like to share it with you. Let's start from the beginning:
One of the keys to make something speedy is to parallelize it. In TableDifference I read from two inputs, compare them and produce several outputs for new, deleted, updated rows and so on. It is the classical ...