Learn MySQL from the Best Tutors
Search in
Asked by Prabhu Last Modified
To install Microsoft SQL Server on Ubuntu:
Update your system:
sudo apt-get update
sudo apt-get upgrade
Install required packages:
sudo apt-get install curl gnupg
Add the Microsoft repository:
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/mssql-server/debian/2019/ubuntu$(lsb_release -rs) main"
Install SQL Server:
sudo apt-get update
sudo apt-get install -y mssql-server
Run the SQL Server setup:
sudo /opt/mssql/bin/mssql-conf setup
Check if SQL Server is running:
systemctl status mssql-server
Install SQL Server command-line tools (optional):
sudo apt-get install mssql-tools unixodbc-dev
Connect using sqlcmd
:
sqlcmd -S localhost -U SA -P '<YourPassword>'
After this, SQL Server should be installed and running on your Ubuntu system.
read lessYou can install Microsoft SQL Server on Ubuntu using the following steps:
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/20.04/mssql-server-2019.list)"
sudo apt update
sudo apt install -y mssql-server
sudo /opt/mssql/bin/mssql-conf setup
Follow on-screen instructions to set edition and SA password.
systemctl status mssql-server
Here is my number Call 073-1485-0321.
read lessRelated Questions
Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com
Ask a QuestionRecommended Articles
Learn Microsoft Excel
Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...
Read full article >
Make a Career in Mobile Application Programming
Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...
Read full article >
What is Applications Engineering all about?
Applications engineering is a hot trend in the current IT market. An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...
Read full article >
Top 5 Skills Every Software Developer Must have
Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today. In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...
Read full article >
Looking for MySQL Training?
Learn from the Best Tutors on UrbanPro
Are you a Tutor or Training Institute?
Join UrbanPro Today to find students near youThe best tutors for MySQL Classes are on UrbanPro
The best Tutors for MySQL Classes are on UrbanPro