Trailblazers. Fast Pacers.

3 Comments

  1. Great post!

    I’ve just started down the path of looking into MDDE for a new project. I was wondering how your project was going and if you are using any tools to assist in this project. We will be using SQL Server 2008 (SSIS packages) and I was looking at the MDDE Studio on CodePlex. Have you ever used the MDDE Studio or are you coding your own?

    Thanks,

    Marc

  2. Hi Marc,

    I have developed an ETL Framework which provides following meta data driven functionality:
    - Automation
    - Modularizing processing
    - Data quality
    - Recoverability of ETL job
    - Auditing
    - Logging
    - Notification
    - Ability to reprocess rejected records, files, or any other data source

    I did not use MDDE, I did my own coding. This gave me flexibility to enhance the Framework according to my needs. Moreover, I am not a fan of SSIS transformations in particular. If a certain transformation can be done in DB, I go for it.

    Thanks,
    Jagdish Malani

  3. Hi Jagdish,

    Can u please provide some basic details about how I start to design Metadata driven ETL using c#?

    Thanks,
    BJ

Leave a Response