Discussion:
Retrieving data from Dim Time using another table
(too old to reply)
e***@gmail.com
2009-03-23 15:44:24 UTC
Permalink
Hi

i want to get all rows from 1 table (Dim Promotion) that has Start
Date and End Date
and retrive all rows from Dim Time that answer the condtion :
DimTime.DayKey Between (Start Date and End Date)
how can i do it in Data Flow ?
Todd C
2009-03-25 12:52:01 UTC
Permalink
Can you be more specific? You want TWO result sets (one from DimPromotion and
one from DimTime) or only ONE? If one, how are the tables related? Is DimTime
linked to DimPromotion on TWO fields (StartDate and EndDate) ?

Are both tables in the same database or server? If so, can you write a T-SQL
SELECT statement that joins them? (Sometimes doing so is actually faster than
creating fancy Merge Join Transformations in an SSIS Data Flow.)

Keep us posted.

--------
Todd C
Post by e***@gmail.com
Hi
i want to get all rows from 1 table (Dim Promotion) that has Start
Date and End Date
DimTime.DayKey Between (Start Date and End Date)
how can i do it in Data Flow ?
Continue reading on narkive:
Loading...