SSIS – Avoid OLE DB Command

Who is online?  0 guests and 0 members
Home  »  Blogs  »  DevinKnight  »  SSIS – Avoid OLE DB Command
 
0
/5
Avg: 0/5: (0 votes)

Comments (1)

Mark Stacey
Mark Stacey said:
Hi Devin What I often do is replace the SCD component with a std lookup, and have the no match go to an insert straight to the prod table, match checks for changes in the SCD, and those that have changed go to the stage table for an update. Same technique I use for delta's on my fact tables, except with the facts I wipe and rewrite any changed data One side effect of the SCD component that you'll have to work through is that it automatically dedupes your data with that unitary command
11/30/2009
 · 
 
by
Blogs RSS Feed

DevinKnight's latest blog posts

Blogs RSS Feed

Latest community blog posts