SQL DB to MySQL
From: MTsang987 (MTsang987_at_discussions.microsoft.com)
Date: 12/02/04
- Next message: Marinus Willemstijn: "Re: Add row numbers to Text file export"
- Previous message: slugfest: "Re: SQLDTS Date Offset function"
- Next in thread: Sam: "RE: SQL DB to MySQL"
- Reply: Sam: "RE: SQL DB to MySQL"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 17:25:03 -0800
We have SQL Server 2000 databases residing on one server, for reference I am
calling them DB1 and DB2. DB1 contains the main data,
DB2 contains data about the most recent changes to DB1, The key, table ID,
timestamp, and what action (insert, update, delete) occurred to DB1 is stored
in DB2.
We have a MySQL database connected to a live web server.
Our plan is to schedule a DTS package to update the MySQL database. The DTS
package uses a Data Driven Driven query task between the two SQL Server 2000
databases to populate the source that are sent to the bound MySQL database
using insert and update parameter queries.
My question is that is there a better way to do this?
Also, we are planning to schedule this package to run every 15 minutes, and
have a send email task in case of failure. Is there a way to stop the
scheduler automatically in case of a failure so that when there are multiple
failures and the recipient is busy they do not send out multiple emails?
- Next message: Marinus Willemstijn: "Re: Add row numbers to Text file export"
- Previous message: slugfest: "Re: SQLDTS Date Offset function"
- Next in thread: Sam: "RE: SQL DB to MySQL"
- Reply: Sam: "RE: SQL DB to MySQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|