I have a requirement where mongodb needs to push its data to MS-SQL server once in a day. I dont want to use java in the middle. Is there a way that MongoDB can it call MS-SQL stored procedure.
我有一个要求,mongodb需要在一天内将其数据推送到MS-SQL服务器。我不想在中间使用java。是否有一种MongoDB可以调用MS-SQL存储过程的方法。
Any help on this regard is highly appreciated
对此方面的任何帮助都非常感谢
1 个解决方案
#1
1
No. mongodb can not call out like that. You'll need some code running to bridge between the two databases.
不,mongodb不能那样喊出来。您需要运行一些代码来桥接两个数据库。
#1
1
No. mongodb can not call out like that. You'll need some code running to bridge between the two databases.
不,mongodb不能那样喊出来。您需要运行一些代码来桥接两个数据库。