Hi Arun,
One way to do this is to use an SQL transform as the source and specify the table name as a variable in the SQL string. For each iteration of the dataflow - parse the table name to be used in the SQL string.
Hope this helps,
Ian.
Hi Arun,
One way to do this is to use an SQL transform as the source and specify the table name as a variable in the SQL string. For each iteration of the dataflow - parse the table name to be used in the SQL string.
Hope this helps,
Ian.