Instructions for installing SQL Server on Ubuntu 18.04 or 20.04
To install SQL Server on Ubuntu 18.04 or 20.04, you will need to follow these steps:
Import the Microsoft GPG key using the following command:
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
Register the Microsoft...
saintvandora.hashnode.dev1 min read