从SQL SERVER到另一个数据库的连接

时间:2018-06-25 14:06:55

标签: mysql sql-server database-connection

我正在使用SQL SERVER,并且我需要与此相同的解决方案:How to create trigger to insert data to a database on another server,但在SQL SERVER中。

我该如何更改:

ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 CONNECTION='mysql://username:pass@the_other_host:port/schema/user';

仅适用于MySQL,并且使用SQL SERVER会生成此错误

  

““ ENGINE”的语法不正确。”

有什么想法吗?

0 个答案:

没有答案