Tags
Advanced SQL Interview Questions and Answers, Buy SQL Server On Linux Interview Questions Book Online at Low Price, Download SQL Questions, Download SQL Server On Linux Interview Question in PDF, Download SQL Server On Linux Interview questions, Download SQL Server On Linux Interview questions and answers, download SQL Server On Linux interview questions and answers pdf, download SQL Server On Linux Interview questions by Pawan Khowal, download SQL Server On Linux Interview questions by Pawan Kumar, download SQL Server On Linux Interview questions by Pawan Kumar Khowal, Download T-SQL Interview Questions, Free Download SQL Server On Linux Interview questions, Improve SQL Skills, Interview Qs.SQL Server On LinuxQuestions, Interview questions and Answers for MS SQL Server On Linuxdesigning, Interview Questions and Answers For SQL, Interview questions on Joins, Interview Questions on SQL, InterviewQuestions, InterviewQuestions for SQL, Learn complex SQL, Learn SQL, Learn T-SQL, Microsoft SQL Server On Linux Interview questions for DBA, MS SQL Server On Linux Interview questions, MSBI Interview Questions, Objective Puzzle, Pawan, Pawan Khowal, Pawan Kumar, Pawan Kumar Khowal, PL/SQL Challenges, Puzzle SQL, puzzle sql developer, Puzzle SQl Server, Puzzles, PUzzles in SQL SERVER, Queries for SQL Interview, SQL Extreme Difficult Puzzle, SQL FAQ, SQL FAQs, sql group by only rows which are in sequence, SQL Interview Q & A, SQL Interview Questions, SQL Interview Questions - Part 2, SQL Interview Questions for SQL Professionals, SQL Queries, SQL Queries asked in interviews, SQL QUERY PUZZLES, SQL Questions, SQL Quiz, SQL Replace Puzzle, SQL Server On Linux Interview Puzzle, SQL Server On Linux Interview questions, SQL Server On Linux Interview questions & Answers, SQL Server On Linux Interview Questions - Part 1, SQL Server On Linux Interview questions and answers, SQL Server On Linux Interview Questions and Answers - Free PDF, SQL Server On Linux Interview questions and answers for experienced, SQL Server On Linux Interview questions and answers for net developers, SQL Server On Linux Interview Questions And Answers.pdf, SQL Server On Linux Interview questions by Pawan Khowal sql interview questions, SQL Server On Linux Interview questions pdf, SQL Server On Linux Interview Questions | MSBISKILLS.Com, SQL Server On Linux Interview Questions | MSBISKILLS.com Top 50 SQL Server On LinuxQuestions & Answers, SQL Server On Linux Interview Questions/Answers Part-1, SQL Server On Linux- Common Interview Questions and Answers, SQL Server On Linux- Find Nth Highest Salary of Employee, SQL Server On Linux- General Interview Questions and Answers, SQL Server On Linux2008 interview questions, SQL Server On Linux2008 Interview Questions and Answers, SQL Server On LinuxDatabase, SQL Server On Linuxdatabase developer interview questions and answers, SQL Server On Linuxdba interview questions, SQL Server On Linuxdeveloper Interview questions and answers, SQL Server On Linuxdeveloper Interview questions with answers, SQL Server On LinuxDeveloper T-SQL Interview Questions, SQL Server On Linuxfilter index with LIKE and RIGHT function?, SQL Server On LinuxPuzzle, SQL Server On LinuxPuzzles, SQL Server On LinuxQuestions and Answers, SQL Server On LinuxTips, SQL Skills, SQL Sudoku, SQL Tips & Tricks, SQL Tips and Tricks, SQL Top clause, SQL Tough Puzzle, SQL Tricks, SQL Trikcy question, sql/database interview for puzzle sql developer, SQLBI Interview Questions, SQLSERVER, SUM of grouped COUNT in SQL Query, T SQL Puzzles, T-SQL Challenge, T-SQL Interview Questions | SQL Server On Linux Interviews and Jobs, T-SQL Puzzle, T-SQL Server On Linux Interview Questions, T-SQL Tricky Puzzles, The Status Puzzle, Top 10 Frequently Asked SQL Query Interview Questions, TOP 100 SQL Server On Linux Interview QUESTIONS QUERIES, Top 50 SQL Server On Linux Interview Question for Testers, Tough SQL Challenges, Tough SQL Puzzles, Tricky Questions, TSQL, TSQL Challenge, TSQL Challenges, TSQL Interview questions, TSQL Puzzles, TSQL Queries
SQL Server 2017 on LINUX | Installing SQL Server on Ubuntu
In this article we shall discuss about the installation SQL Server 2017 on Ubuntu 16.04.
Note – To configure SQL Server on Ubuntu, run the following commands in a terminal to install the mssql-server package. If you have previously installed a CTP or RC release of SQL Server 2017, you must first remove the old repository before registering one of the GA repositories.
Steps-
1. Import the public repository GPG keys:
-- sudo wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - -- |
2. Register the Microsoft SQL Server Ubuntu repository.
-- sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list)" -- |
3. Run the following commands to install SQL Server.
-- sudo apt-get update sudo apt-get install -y mssql-server -- |
4. After the package installation finishes, run mssql-conf setup and follow the prompts to set the SA password and choose your edition.
-- sudo /opt/mssql/bin/mssql-conf setup -- |
Notes-
1. You can choose editions from Evaluation, Developer, and Express.
2. Specify a strong password for the SA account – Minimum length 8 characters, including uppercase and lowercase letters, base 10 digits and/or non-alphanumeric symbols.
5. Once the configuration is done please verify that the service is running or not.
-- systemctl status mssql-server -- |
Note – If you plan to connect remotely, you might also need to open the SQL Server TCP port (default 1433) on your firewall.
References-
Other SQL SERVER on Linux related articles
1 | https://msbiskills.com/2018/07/11/sql-server-2017-on-linux-faqs-microsoft/ |
2 | https://msbiskills.com/2018/07/17/sql-server-2017-on-linux-how-to-install-sql-operations-studiosos-on-linuxubuntu/ |
Enjoy.
Thank you for reading.!!!
Pawan Khowal
Pawan is a SQL Server Developer. If you need any help in writing code/puzzle or training please email at – pawankkmr”AT”gmail.com. Meanwhile please go throgh the top pages from his blog.
Page Detail | URL |
---|---|
☛ SQL Advance Puzzles | https://msbiskills.com/tsql-puzzles-asked-in-interview-over-the-years/ |
☛ SQL Tricky Queries | https://msbiskills.com/sql-puzzles-finding-outputs/ |
☛ SQL Server Performance tuning Articles | https://msbiskills.com/sql-performance-tuning/ |
☛ SQL Server Articles | https://msbiskills.com/t-sql/ |
☛ SQL Interview Questions & Answers | https://msbiskills.com/sql-server-interview-questions/ |
My SQL Groups on Facebook:
1. If you like this post, you may want to join my SQL SERVER Interview Puzzles/Interview Questions on Facebook: https://www.facebook.com/groups/1430882120556342/
2. If you like this post, you may want to join my SQL Server Puzzles on Facebook:
https://www.facebook.com/groups/206594023090781/
My SQL Page on Facebook:
2. For all the updates you may follow my page -> https://www.facebook.com/MSBISkillscom-1602779883299222/
Enjoy !!! Keep Learning
Http://MsbiSkills.com
Pingback: SQL Server 2017 on LINUX | Install sqlcmd and bcp the SQL Server command-line tools on Ubuntu | Improving my SQL BI Skills