Video: Installing SQL Server on Ubuntu 22.04

THE VIDEO https://youtu.be/T3sXphWAPOs THE SYNOPSIS In this video, we will show how to install SQL Server on a machine running Linux, specifically SQL Server 2022 on Ubuntu 22.04 LTS. THE Commands Following are the command line operations I used throughout the video. sudo apt-get install curl curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor -o /usr/share/keyrings/microsoft-prod.gpg…