Offline installation of SQL Server 2017 on Linux::
1) Meet the pre-requisites
2) Download the rpm package for the SQL Server database engine. You can download the required rpm packages from the release note (https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-release-notes?view=sql-server-ver15) or from Microsoft Repositories.
3) Create a directory for SQLINSTALL & Copy the downloaded rpm to the Linux machine using WinSCP.
4) # systemctl status mssql-server
5) Go ahead with rpm installation
6) Complete installation by executing below command & selected Evaluation pack & enter admin password.
# sudo /opt/mssql/bin/mssql-conf setup
7) Check the services :
8) Now you can connect to DB through the SSMS tool.
No comments:
Post a Comment