Datawarehouse

  • Hi

    What can be the best strategy for transferring data from a normalized OLTP to a de-normalized warehouse database if wanted to do through SSIS?

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • Providing you are following Kimball's guidelines therefore your Data Warehouse is nothing but a collection of star-schema Datamarts I would say the standard ETL should works pretty much this way for each source dataset.

    1- Truncate appropriate staging tables

    2- Load raw data - filtered by some date column that fits you from your OLTP source into staging tables.

    3- Massage your staging data as needed

    4- Load staging into fact and dim, report failures

    5- Be happy.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply