Microsoft
Software
Hardware
Network
Question : SSIS - Dynamic Derived Column?
I can use a Derived Column transformation to add a column to my data set (Please see the attached image file). Currently, the value of the testColumn is always 5. But I want to be able to populate this value dynamically from the database using a select statement. For instance, I tried to replace "5" in the "Expression" column with the following statement:
select testColumn from
where
Of course, the editor would not accept my entry. Is there any other way to add a column to an already existing dataset - in SSIS package - whose value populates from the sql database dynamically?
Answer : SSIS - Dynamic Derived Column?
Instead of doing it through a derived column...why don't you just do it using an additional subquery at the source?
Random Solutions
Datediff parameter
554_5.1.0_Sender_Denied
Domain Admin can't login to a vista computer if locked by a user, why?
Can't print from firefox
VBA to add formula with relative reference as opposed to absolute.
I keep getting "there is no citrix presentation server configured on the specified address" when using citrix outside of my network
Error in my Oscommerce admin areas
Change scroll wheel to scroll down the page instead of go to next record
What are all the types in sysobjects in syabase
pattern match in shell script