Install SQL Server on Linux step-by-step

Published: 05 February 2017
on channel: SrinathChowdary
7,715
15

This vid provides a walkthrough of how to install SQL Server vNext CTP 1.2 on Red Hat Enterprise Linux (RHEL) from end-to-end. It covers,

1. Install RHEL 7.3 in minimal install mode.
2. Install MSQL Server vNext CTP 1.2.
3. Install SQL tool SQLCMD for connection test.

Install SQL Server vNext CTP 1.2 on Red Hat Enterprise Linux (RHEL):
https://docs.microsoft.com/en-us/sql/...

Install SQLCMD on Linux:
https://docs.microsoft.com/en-us/sql/...

Red Hat Enterprise Linux 7.3:
https://access.redhat.com/downloads/c...

VirtualBox 5.1.14:
https://www.virtualbox.org/wiki/Downl...


Linux commands:

nmcli d
nmtui
service network restart
subscription-manager register
subscription-manager attach —auto
yum update

sudo su
curl https://packages.microsoft.com/config... (greater than) /etc/yum.repos.d/mssql-server.repo
sudo yum install -y mssql-server
sudo /opt/mssql/bin/sqlservr-setup
systemctl status mssql-server

sudo su
curl https://packages.microsoft.com/config... (greater than) /etc/yum.repos.d/msprod.repo
sudo yum install mssql-tools unixODBC-devel

sqlcmd -S localhost -U sa -P P@$$w0rd


On this page of the site you can watch the video online Install SQL Server on Linux step-by-step with a duration of hours minute second in good quality, which was uploaded by the user SrinathChowdary 05 February 2017, share the link with friends and acquaintances, this video has already been watched 7,715 times on youtube and it was liked by 15 viewers. Enjoy your viewing!