Microsoft SQL Server
A relational model database server produced by Microsoft
MicrosoftSQL
railwayapp-templates/microsoft-sql-server
Just deployed
/var/opt/mssql
Overview
MicrosoftSQL database service. Microsoft SQL Server is a proprietary relational database management system developed by Microsoft.
-
A Volume is mounted to the service to persist data between deploys.
-
TCP proxying is configured to allow accessing the database from anywhere.
How to use
Reference the MSSQL_URL
variable from your service to connect to the database in your tool of choice (e.g. ${{MicrosoftSQL.MSSQL_URL}}
)
Connecting
Connect to the database using the proxied domain and port found in the service Variables page. The password can also be found on the Variables page.
License
- Legal Notice: Container License Information
By passing the value "Y" to the environment variable "ACCEPT_EULA", you are expressing that you have a valid and existing license for the edition and version of SQL Server that you intend to use. You also agree that your use of SQL Server software running in a Docker container image will be governed by the terms of your SQL Server license.
To specify the edition, use the MSSQL_PID
environment variable. Details can be found in the Environment Variables section of the configuration documentation.
SQL Server Developer edition lets developers build any kind of application on top of SQL Server. It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. SQL Server Developer Edition cannot be used in a production environment. The SQL Server 2017 Developer Edition license terms are located here.
Template Content
MicrosoftSQL
railwayapp-templates/microsoft-sql-server