Microsoft SQL
This section describes how to start up an instance of a Microsoft SQL Server database.
Creating a SQL Server instance.
Create a new instance of Bard.Db.MsSqlDatabase
passing in the database name, SA Password, port number, tag version.
Starting up the Database
To start the database instance simply call either. The result is the IP address of the host machine in case this is needed in the connection string.
This may take a little time the first time as Docker needs to download the image in the background.
Stopping the Database
To stop the database simply call.
Last updated
Was this helpful?