Reputation: 648
Integrating 2 systems, we need to insert records from mysql to sql-server:
MYSQL SQLServer
Table (Trigger) -----Insert-----> Table
How do we do this integration between databases?
Upvotes: 0
Views: 82
Reputation: 648
The trigger level integration is not possible, because MySQL does not have the mechanisms to do this work.
Upvotes: 1