I have a mendix application hosted in SERVER_QA which points to SQL database in server QA_DB. Using mendix server console the deployment is happening. IS there a way to copy all data from QA_DB to my local mendix database?
asked
MANIKUMAR SUBBAIAH
1 answers
0
If you have a local SQL server running, you could use this server for your local app and restore a backup from your server QA_DB.
If you want to convert your server QA_DB into a HSQL local database.. I wouldn't go there