filmov
tv
How to install SQL Server 2019 on CentOS 8 and connect from SQL Server Management studio
Показать описание
Installation guidance for SQL Server on Linux.
In this video we are going to see how to install microsoft sql server 2019 on CentOS 8.
Make sure that you have installed all the dependencies as shown in the video, which is used by sql server 2019.
All dependencies are available in dvd iso itself. Red Hat rpm packages are 100% compatible with CentOS Linux. So we are using
Red Hat rpm packages for SQL 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.
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 CentOS 8:
SQL Server ports are unblocked by firewall before installation.
How to Unblock SQL Server ports on firewall or Allow Port 1431,1433,1434 CentOS 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 #sqlservercentos8 #sqlserver2019centos8 #sqlserver2019
In this video we are going to see how to install microsoft sql server 2019 on CentOS 8.
Make sure that you have installed all the dependencies as shown in the video, which is used by sql server 2019.
All dependencies are available in dvd iso itself. Red Hat rpm packages are 100% compatible with CentOS Linux. So we are using
Red Hat rpm packages for SQL 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.
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 CentOS 8:
SQL Server ports are unblocked by firewall before installation.
How to Unblock SQL Server ports on firewall or Allow Port 1431,1433,1434 CentOS 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 #sqlservercentos8 #sqlserver2019centos8 #sqlserver2019