Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8769133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:15:17+00:00 2026-06-13T17:15:17+00:00

I am building my first datawarehouse in SQL 2008/SSIS and I am looking for

  • 0

I am building my first datawarehouse in SQL 2008/SSIS and I am looking for some best practices around loading the fact tables.

Currently in my DW I have about 20 Dimensions (Offices, Employees, Products, Customer, etc.) that are of Type 1 SCD. In my dw structure, there are a few things I have already applied:

  • No Nulls (replaced with blank for text or 0 for numeric during staging)
  • unknown key members populated in each dimension (SK ID 0)
  • UPSERT for SCD Type 1 loading from stage to production table
  • SELECT DISTINCT for my loading of dimensions

In my Fact loading SSIS project, the current method I have for loading dimensions is having multiple lookups (20+) to each of the DIMs, then populating the FACT table with the data.

For my lookups I set:

  • Full Cache
  • Ignore Failures for “no matching entries”
  • Derived Transformation with “ISNULL(surrogate_idkey) ? 0 : surrogate_idkey” for each SK so that if lookups fail they will default to the SK ID 0 (unknown member).
  • Some of my dimension lookups have more than one business key

Is this the best approach? Pictures attached to help with my description above.

enter image description here
enter image description here
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:15:19+00:00Added an answer on June 13, 2026 at 5:15 pm

    Looks fine. There are options if you start to run into performance issues, but if this is stable (finishes within data-loading time window, source systems aren’t being drained of resources, etc), then I see no reason to change.

    Some potential issues to keep an eye on…

    1. having 20+ full-cache lookup-transforms may pose a problem if your dimensions increase in size…due to memory constraints on the SSIS system…but since they are type 1, I wouldn’t worry.
    2. full-cache lookups “hydrate” pre-execution…having 20+ of them may slow you down

    A common alternative (to what you have above) is to extract the fact table data from the source system and land it in a staging area before doing the dimension key lookups via a single SQL statement. Some even keep a set of dimension key mapping tables in the staging area specifically for this purpose. This reduces locking/blocking on the source system…if you have a lot of data each load, and have to block the source system while you suck the data out and run it through those 20+ lookup transforms.

    Having a good staging area strategy becomes more important when you have a large amount of data, large dimensions, complex key mappings (usually due to multiple source systems), and short data-loading time windows.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Building my first SL MVVM application (Silverlight4 RC) and have some issues i don't
I'm currently building my first Django-based app, which is proceeding fairly well, thus far.
Just building my first WinForms application. Question - What's the easiest/best approach for saving
Building my first web app using Yii and wondering if it is best to
I'm currently building my first msbuild release task. What are the essential tasks that
I am building my first chrome extension, for that I want to have some
I'm currently building my first application in MVC3. In one of my views, there
I'm currently building my first Rails 3 app, but can't quite figure out how
I'm building my first ASP.NET MVC application and I am having some troubles with
I'm building my first form with django, and I'm seeing some behavior that I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.