Can MongoDB push data to MS-SQL

146 Views Asked by At

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.

Any help on this regard is highly appreciated

1

There are 1 best solutions below

0
On

No. mongodb can not call out like that. You'll need some code running to bridge between the two databases.