Update via OLE DB Command extreme slow -
08-22-2006
, 05:11 AM
SSIS 2005:
Is there any other Best Practice than using a Lookup Task do an update via
OLE DB for known IDs and doing an insert for unknown IDs afterwards to Update
a table from an imported table?
If doing so the updates are extremely slow. We used a staging table and a
"update from where exists" statement before in DTS but with SSIS I hoped to
find a more elegant way doing this. |