Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSIS for MySQL?

Status
Not open for further replies.

akalinowski

IS-IT--Management
Oct 3, 2006
190
US
i'm used to running MSSQL 2k5 and i use the SSIS to automate importing data from a few data sources into the MSSQL db to then run some websites, i am wanting to convert to MySQL and i can do it except i don't know how to or if there exists an equivalent of SSIS for MySQL it doesn't have to be free, but i do need the ability to have it import from ODBC, Excel, CSV and tab delim txts.

akalinowski
 
SSIS is built on the old M$ DTS stuff which would see ODBC sources. I had a quick google and found this which looks interesting, it's about DB2 on AS400 but you should be ablr to apply the generic bit in reply 2.
Alternativly you might be able to set up a server alias in SQLServer which points to the MYSQL tables, so to all intents is a SQLServer database.
I havn't tried this for years but I think I got it to work with Informix, have a look at I'd be interested to see how you get on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top