question

Steve 3 avatar image
Steve 3 asked

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.

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.....

sql-server-2008ssisconnection
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sp_lock avatar image sp_lock commented ·
+1 for the longest subject i've seen ;-)
0 Likes 0 ·

1 Answer

·
Ian Roke avatar image
Ian Roke answered

I couldn't explain how the Fuzzy Lookups work any better than this article but have you had a look at the MSDN Documentation on Fuzzy Lookup Transformations?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.