Como efetuar a instalação do SQL Server 2019, no Ubuntu?
Instalando SQL Server no Ubuntu
Importe as chaves GPG do repositório público:
wget qO https://packages.microsoft.com/keys/m... | sudo apt-key add
Registre o repositório do Ubuntu do Microsoft SQL Server para o SQL Server 2019:
sudo add-apt-repository "$(wget -qO https://packages.microsoft.com/config...)"
Execute os comandos a seguir para instalar o SQL Server:
sudo apt-get update
sudo apt-get install -y mssql-server
Após a conclusão da instalação do pacote, execute a instalação de mssql-conf e siga os prompts para definir a senha SA e escolher sua edição.
sudo /opt/mssql/bin/mssql-conf setup
On this page of the site you can watch the video online Instalando SQL Server no Ubuntu with a duration of hours minute second in good quality, which was uploaded by the user Tiago Barros (Na onda da Tecnologia) 03 August 2020, share the link with friends and acquaintances, this video has already been watched 395 times on youtube and it was liked by 3 viewers. Enjoy your viewing!