Migrating from SQL Server into Mendix

0
Hi We need to migrate data from a Microsoft SQL database into Mendix?    We did consider a REST API but it’s not feasible.  Would there be other more suitable options?  Does mendix have the ability to call stored procedures from another database and load the returning data?  This seems like the most viable option at present but we understand there might be many options.  Any info provided will be helpful.   Thanks Richard
asked
1 answers
0

There’s a generic Database Connector module that allows you to do what you describe, although it will take some setup. The connector documentation page has a pretty good description of what the module can do and how:

https://docs.mendix.com/appstore/connectors/database-connector

answered