Installing SQL Server 2017 offline on Linux

Source: Internet
Author: User
Tags mssql

If your Linux cannot access the online repo, you can download the RPM package file directly. These packages are located in Microsoft's repository: https://packages.microsoft.com.


CU9 (2018 Year 7 months)

Cumulative update package 9 for SQL Server 2017. The SQL Server engine version is 14.0.3030.27.

Package

Package version

Downloads

Red Hat RPM Package

14.0.3030.27-1

Engine RPM Package
High Availability RPM Package
Full-text Search RPM Package
SSIS Package


Installation steps:

1. Download the database engine package for your platform.

The package download link can be found in the Package details section of the release notes.

2. Place the downloaded package on your Linux server.

You can use SCP and so on.

3. Install the Database engine package.

sudo yum localinstall mssql-server_versionnumber.x86_64.rpm

Localinstall will automatically download installation dependencies from the available repo sources.

4. Resolve lost dependencies.

Manually detect dependencies by using the following command:

RPM-QPR mssql-server_versionnumber.x86_64.rpm

After you resolve the lost dependency, try to install the Mssql-server package again.

5. Complete the SQL Server configuration.

To complete the SQL Server configuration using mssql-conf:

sudo/opt/mssql/bin/mssql-conf Setup

Installing SQL Server 2017 offline on Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.