Install SQL SERVER and Azure Data Studio in Ubuntu

Опубликовано: 29 Август 2023
на канале: Arbois Code Media
3,496
39

This is a tutorial on how to install Microsoft SQL Server in Ubuntu.


Source Link:
https://learn.microsoft.com/en-us/sql...

1. First we need to make sure that we update our ubuntu
sudo apt update && sudo apt upgrade

2. Next, we need to import the Microsoft GPG key to ensure the authenticity of the packages we’ll be downloading.

curl https://packages.microsoft.com/keys/m... | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc

3. To install Microsoft SQL Server on Ubuntu, we need to register the SQL Server Ubuntu repository.

sudo add-apt-repository "$(wget qO https://packages.microsoft.com/config...)"


4. Install Microsoft SQL Server
sudo apt update
sudo apt install -y mssql-server


5: Configure Microsoft SQL Server

sudo /opt/mssql/bin/mssql-conf setup


Finally our SQL SERVER SETUP is complete
you can now starting using the SQL SERVER Application

Step 6: Verify the Installation
systemctl status mssql-server --no-pager



Error:
The following packages have unmet dependencies:

"mssql-server : Depends: libldap-2.4-2 but it is not installable"
download here:
https://packages.debian.org/buster/am...


Error: cannot find libcrypto
sudo apt-get install libssl-dev


My Other Channel:
   / @ricksnettv9633  

Buy me a coffee:
https://www.buymeacoffee.com/arboisco...

Join my facebook group for more:
  / 52326754561224