How to install SQL Server 2019 on openSUSE Leap 15.3 and connect from SQL Server Management studio

Channel:
Subscribers:
5,740
Published on ● Video Link: https://www.youtube.com/watch?v=vWY0OBFzC8k



Category:
Guide
Duration: 16:06
620 views
4


Installation guidance for SQL Server on Linux.
In this video we are going to see how to install microsoft sql server 2019 on openSUSE Leap 15.3.
Make sure that you have Internet connection to download the dependent packages from opensuse repositories which is used by sql server 2019.
Important Note: OpenSUSE does not have separate packages from microsoft. we can use suse linux enterprise 12 packages which is 100% compatible.


Download SQL Server 2019, ODBC drivers, Unix ODBC Drivers, MS-SQL Tools, MSSQL-CLI from below links.

Sql Server 2019 binary -- https://packages.microsoft.com/sles/12/mssql-server-2019/

Install sqlcmd and bcp the SQL Server command-line tools on Linux
The mssql-tools package contains:

sqlcmd: Command-line query utility.
bcp: Bulk import-export utility.

MS-SQL Tools, ODBC Drivers --- https://packages.microsoft.com/sles/12/prod/

Make sure that you are creating Symbolic link after installing OpenLDAP 2 dependency. Otherwise sql server install will fail.

cd /usr/lib64
ln -s libldap_r-2.4.so.2.10.9 libldap-2.4.so.2


We will be installing SQL Server 2019 Developer Edition on this video, which is full featured and free to use for development.

How to start/stop sql server service on OpenSUSE Linux:

systemctl start mssql-server.srevice
systemctl stop mssql-server.srevice
systemctl status mssql-server.srevice

SQL Server ports are unblocked by firewall before installation.

How to Unblock SQL Server ports on firewall or Allow Port 1431,1433,1434 OpenSUSE Linux for SQL Server

firewall-cmd --zone=public --add-port=1431/tcp --permanent
firewall-cmd --zone=public --add-port=1433/tcp --permanent
firewall-cmd --zone=public --add-port=1434/tcp --permanent

#sqlserveronlinux #sqlserveropensuse #sqlserver2019




Other Videos By java frm


2021-07-08How to install .Net Core 3.1 on CentOS 8 - Dotnet Core 3.1 installation on CentOS Linux 8
2021-07-08How to install .Net Core 2.1 on CentOS 8 - Dotnet Core 2.1 installation on CentOS Linux 8
2021-07-08How to install SQL Server 2019 on Oracle Linux 8 and connect from SQL Server Management studio
2021-07-08How to install .Net 5.0 on Oracle Linux 8 - Dotnet 5.0 installation on Oracle Linux 8
2021-07-08How to install .Net Core 3.1 on Oracle Linux 8 - Dotnet Core 3.1 installation on Oracle Linux 8
2021-07-08How to install .Net Core 2.1 on Oracle Linux 8 - Dotnet Core 2.1 installation on Oracle Linux 8
2021-07-08How to install SQL Server 2019 on Red Hat Enterprise Linux 8 and connect from SSMS
2021-07-08How to install .Net 5.0 on Red Hat Enterprise Linux 8 - Dotnet 5.0 installation on RHEL 8
2021-07-08How to install .Net Core 3.1 on Red Hat Enterprise Linux 8 - Dotnet Core 3.1 installation on RHEL 8
2021-07-08How to install .Net Core 2.1 on Red Hat Enterprise Linux 8 - Dotnet Core 2.1 installation on RHEL 8
2021-07-08How to install SQL Server 2019 on openSUSE Leap 15.3 and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Linux Mint 20 and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Linux Mint 19 and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Linux Mint 18 and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Ubuntu 20.04 LTS and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Ubuntu 18.04 LTS and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Ubuntu 16.04 LTS and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Debian 10 and connect from SQL Server Management studio
2021-07-08How to install SQL Server 2019 on Debian 9 and connect from SQL Server Management studio
2021-06-24SUSE Linux Enterprise Desktop 15 SP3 Installation on VirtualBox 6.1 with Guest Additions
2021-06-22Alpine Linux 3.14 Installation on VirtualBox 6.1 with GNOME Desktop and Libreoffice



Tags:
sql server 2019 installation on opensuse leap 15
sql server 2019 on opensuse
sql server on linux
microsoft sql server 2019 installation
install sql server 2019 developer
how to install sql server 2019
how to install microsoft sql server 2019
sql server 2019 ssms
ms sql server 2019
sql server linux mint
sql
databases
administration
dba
how-to
install sql server 2019 step by step
sql server 2019 developer edition
how to download and install microsoft sql server 2019