Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.71 KB

microsoft-sql-local-setup.md

File metadata and controls

28 lines (14 loc) · 1.71 KB

Microsoft SQL Server local setup

Installation.

For Windows:

There are 2 ways to run MSSQL on Windows:

For MacOS:

Run MSSQL in Docker. Image description is here: https://hub.docker.com/_/microsoft-mssql-server

For Linux:

Run MSSQL in Docker. Image description is here: https://hub.docker.com/_/microsoft-mssql-server

Configuration.

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.