I need to replicate data from Microsoft SQL Server to MySQL or PostgreSQL. The data includes images stored in BLOB columns.
Could you please comment on your experiences with the following strategies and suggest others I may have missing?
- custom script written in Java using JDBC
- linux odbc driver with perl script
- Setup my own windows box and use SSIS or DTS w/Postgres ODBC driver
- write .net program and schedule execution on Windows machine
- FreeTDS