I am new to SSIS. Both my source and destination database are MySQL 5.5. I was able to set up sample testing ssis package to run between MySql db. Now, I need to put fuzzy look up data flow transformations. My reference table is also belongs to MySQL. So how do I put fuzzy look up with MySQL? Any Idea?
3 Answers
2
votes
The Fuzzy Lookup transformation can only be used with a SQL Server data source. You could stage your MySQL data in a SQL Server database. If that's not possible, this thread lists some alternatives:
How do I do a fuzzy match of company names in MYSQL with PHP for auto-complete?
0
votes
0
votes
The process is exactly the same, you will have source -> fuzzy lookup -> destination
it doesnt matter if the source is SQL, mySQL or text files, the behavior of the fuzzy lookup is the same.
The restriction on SQL Server is on the reference table used on the lookup that must be on SQL Server 2000 or latter
The only task that I'm aware that is restricted to SQl Server is the Data Profiling Task