-2

Please How do I Install SQL server in Ubuntu 22.04 LTS

1 Answers1

0

Install MS SQL Server on Ubuntu

You have to click on the tab for Ubuntu 22.04 and also make sure which pieces you copy and paste as others are specific to 22.04 Worked great for me.

I had to modify one command from:

sqlcmd -S localhost -U sa -P '<YourPassword>'

to add a -C

sqlcmd -C -S localhost -U sa -P '<YourPassword>'
zx485
  • 2,865