0

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

Disposer
  • 6,201
  • 4
  • 31
  • 38
Lokesh Raj Urs
  • 351
  • 1
  • 6
  • 19

1 Answers1

1

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

evanchooly
  • 6,102
  • 1
  • 16
  • 23