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)"
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
Links
This post is licensed under CC BY 4.0 by the author.