Setup an MSSQL database for Mendix

0
Hello, I am currently working on an application which requires an MSSQL database. How can I configure one from scratch? It would already be of great help if I could set this up locally. Regards, Antheus Steenvoorden
asked
2 answers
0

Through Project, Settings you can configure your local database systems, including MSSQL.

answered
0

I was able to figured it out by installing my own SQL server locally, and then using the following 2 documentations to connect to a database instance on my server:

  1. https://docs.mendix.com/deployment/on-premises/setting-up-a-new-sql-server-database
  2. https://docs.mendix.com/refguide/configuration

 

I thought that this was possible with just Mendix, but you can only connect to an existing one, not instantiate one.

answered