Imports data from MySQL Server; works best with mysql driver 3.51.06! You'll have to create a dsn and then a linked server to that dsn. The script checks if the table exists in the mysql catalog (defined in the dsn properties). Too bad it needs administrative privileges to run (dbcc statement) - my advice: don't run it without dbcc!
It imports by default the mysql table in the cleaning database - need to create it manually or simply modify the script with a desired databaase!