ETL mechanisms for MySQL to SQL Server over WAN

Posted by Troy Hunt on Stack Overflow See other posts from Stack Overflow or by Troy Hunt
Published on 2010-03-29T03:26:51Z Indexed on 2010/03/29 3:33 UTC
Read the original article Hit count: 377

Filed under:
|
|
|

I’m looking for some feedback on mechanisms to batch data from MySQL Community Server 5.1.32 with an external host down to an internal SQL Server 05 Enterprise machine over VPN. The external box accumulates data throughout business hours (about 100Mb per day), which then needs to be transferred internationally across a WAN connection to an internal corporate environment before some BI work is performed. This should just be change-sets making their way down each night.

I’m interested in thoughts on the ETL mechanisms people have successfully used in similar scenarios before. SSIS seems like a potential candidate; can anyone comment on the suitability for this scenario? Alternatively, other thoughts on how to do this in a cost-conscious way would be most appreciated. Thanks!

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about mysql