Forum Replies Created

Viewing 15 posts - 226 through 240 (of 329 total)

  • RE: Anatomy of an Incremental Load

    Hi Hzhu,

    I describe how to make a Lookup do a Left Outer join around Figure 6 in the article. I repeat this process for Right Outer joins,...

  • RE: The Software Comparison - Part 4

    Great series Steve! And great comments all!

    My degree is in Electronics Engineering Technology. In my former career I designed, constructed, delivered, installed, and programmed electrical control systems for manufacturing machinery....

  • RE: Anatomy of an Incremental Load

    Yep - that's it. And I cover that in the example.

    :{> Andy

  • RE: Anatomy of an Incremental Load

    Hi Hzhu,

    With one exception, you cannot do set-based operations in an OLEDB Destination Adapter (the exception is fast loads). You are stuck with row-based operations most of...

  • RE: Anatomy of an Incremental Load

    Thanks Christian!

    :{> Andy

  • RE: Anatomy of an Incremental Load

    You are most welcome. I am sorry I made the errors in the first place, and then took so long to correct them. It's good to hear you were able...

  • RE: A Worthwhile Goal

    What's more important: quality or consistency?

    Yes.

    There's science to applications and database development, and then there's art. There's function and there's form. Great applications / databases somehow manage to do both...

  • RE: Anatomy of an Incremental Load

    UPDATE:

    I looked over the article today (finally) and found an error in the way I built the original destination table. It was something that I did not cover explicitly in...

  • RE: Writing

    Wow - lots of good stuff!

    For me, I write because of a passion for sharing knowledge (Phil Factor said this much more eloquently on page 1...).

    I'm not good at writing...

  • RE: Anatomy of an Incremental Load

    Hi Ken,

    You are correct. And I hope I made it clear that this article was a proof of concept and nowhere near production-ready code. The intent is...

  • RE: Anatomy of an Incremental Load

    Folks, you're right. Thanks for pointing this out and apologies for not doing a better job proofing my code before publication. I will get an updated version out soon and...

  • RE: Error Handling in SSIS

    Hi Jack,

    Great article!

    :{> Andy

  • RE: Anatomy of an Incremental Load

    Hi Rick,

    SQL Server 2008 includes some help for incremental loads in SSIS. I've blogged about Change Data Capture and SSIS in CTP5 here - it accomplishes exactly...

  • RE: Anatomy of an Incremental Load

    In my experience the SCD is not very efficient once you get above a thousand rows or so.

    There's one thing I mention in this article that you can use to...

  • RE: Anatomy of an Incremental Load

    Great comments. I wrote during lunch instead of responding - apologies. I will respond to the questions this evening or tomorrow.

    One thing I noticed in my browser, and maybe this...

Viewing 15 posts - 226 through 240 (of 329 total)