There are 2 ways to run MSSQL on Windows:
-
Download and Install Developer edition from here: https://www.microsoft.com/en-us/sql-server/sql-server-downloads
-
Run MSSQL in Docker. Image description is here: https://hub.docker.com/_/microsoft-mssql-server
Run MSSQL in Docker. Image description is here: https://hub.docker.com/_/microsoft-mssql-server
Run MSSQL in Docker. Image description is here: https://hub.docker.com/_/microsoft-mssql-server
You need to connect to Microsoft SQL Server and create a database for the OpenMAVN project. It is possible to use a single database for all services because each service uses its own database schema. Each service creates (and keeps up-to-date) a set of tables that are required for this concrete service.
In order to create the database you can use command line tools or GUI like Microsoft SQL Management Studio (Windows only), Azure Data Studio (Cross platform), DBeaver (Cross platform) or any other you like. It is enough to create an empty database.
Then you can build a connection string and put it into the service setting file.