Migrate Built-in Data base data to SQL

0
Hi All, I am using built-in data base in my local and wants to copy most of the data to my test environment ( will use SQL DB). So, I would like to convert the whole DB ( Snapshot data) to SQL DB.    Any idea how can I go with?
asked
2 answers
0

I found similar post and the suggestion is worked.

https://forum.mendix.com/link/questions/72

answered
0

There's no easy way. You could export and import data with excel importer or use 3rd party HSQL tool.

Anyhow, when developing project with target DB of MSSQL, I always use local MSSQL DB for development so in case test data which I used are needed are easy to transport to acc/test env.

answered