|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, November 20, 2012 4:00 AM
Points: 25,
Visits: 65
|
|
Hi,
We need to create a temporary table in Execute SQL Task and access it in subsequent Data Flow Task. I tried Retain Connection to True and access the temp table in DFT. But the package fails. Any pointers please?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 6:31 AM
Points: 6,693,
Visits: 11,706
|
|
SSIS needs a concrete table to build metadata from when designing the DFT. Try using a concrete table for design then changing the package to use a temp table at runtime using Variables and Expressions. You may also need to set DelayValidation to True on some components so it does not try validating the metadata until execution.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|