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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSsql ---> Mysql

Status
Not open for further replies.

TheKnee

Programmer
Feb 17, 2005
33
CA
Hi i would like to update data in MYSQL with data are stored into MSSQL,
I have the Mysql odbc driver install, i could export to MySQL, it's work fine

i would like to do a Update qwery sotred in a job like every hour from MSSQL to Mysql is it possible???


Im working with Enterprise manager for Mssql and naviacat for Mysql
 
You need to look at creating a DTS package to export the data then you can schedule the package as a job that runs reguarly



I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)
 
You'll want to setup a linked server from the MSSQL server to the MySQL server, and use that to update the data.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top