Please How do I Install SQL server in Ubuntu 22.04 LTS
Asked
Active
Viewed 489 times
1 Answers
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>'