I need to build a SELECT statement during the execution of an SSIS package to be used as the SQL command in an SSIS ODBC Source activity for a Teradata source.
The SELECT statement is built correctly, and all I need to do is assign it as the SQL command for the ODBC Source activity. I'm not looking to pass a variable as an argument to a query but to provide the entire SQL Command from a variable value.


