I would like to use the sql command data access mode in an OLD DB Destination but I am not sure what my select statement would look like, in particular, do I reference a table name after say a fuzzy lookup was performed? OLD DB Sources make sense to me since you are referencing a particular table but how can you have a select from a table after a fuzzy lookup was performed. I would like to do a sql command something like this:
select column1, column2 into new_table from [fuzzylookup_dataflow] ,but I am confused what the table_name would look like.....