Post

SQL Server 2022

Script to automatically set up a SQL Server 2022 installation.

SQL Server 2022

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/sqlserver2022.sh)"
CPU: 1 cores RAM: 2048 MB Disk: 10 GB OS: Ubuntu 22.04

Notes

If you choose not to run the installation setup, execute: /opt/mssql/bin/mssql-conf setup in LXC shell.
You can setup the admin account 'SA' during installation
Make sure you disable the SA account if you intend to use this in production!

Web Interface

Port: 1433

This post is licensed under CC BY 4.0 by the author.