If you try to change the listening port for SQL Server 2019 on Linux you may encounter the following error:
The setting 'tcpport' is not supported.
In SQL 2019, change the port with the following command:
sudo /opt/mssql/bin/mssql-conf set network.tcpport 1450
Was this helpful?
5 / 0