Is it possible to insert data in MySQL from a SQL Server trigger? -


A fun question for Friday afternoon, no?

As a question, is it possible to write a SQL Server trigger that incorporates data into a MySQL table?


Edit: Yes, I address is basically a dumb idea and that should apply and so on. But is a legacy classic ASP application that we are converting into MySQL; And as long as we do not get rid of the ASP bit, we really want to be able to rebuke the MySQL system without touching the ASP code.

Just mentioning it for the dragons causes it to crash.

Thanks everyone!

In order to write data to a separate database from SQL Server, you first need to be on a SQL server Linked server instance must be created which points to the appropriate credentials / permissions along with other DB (MySQL in this example).


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -