![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
![]() |
| Thread Tools | |
| Display Modes | |
| |