Review and Change the SQL Server Service State on Linux

Action Command
Current State systemctl status mssql-server
Start sudo systemctl start mssql-server
Stop sudo systemctl stop mssql-server
Re-start sudo systemctl restart mssql-server

Leave a Reply