How to Install Microsoft SQL Server in Ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












Please How do I Install SQL server in Ubuntu 16.04 LTS, I a new Ubuntu user and I need the sql server for Database class. I had to partition my hard drive and use windows to be able to use the Sql server. I want to install in in the Ubuntu










share|improve this question























  • well if its mysql ... then its sudo apt install mysql-server if its microsoft sql (MSsql) then not sure if that can be ran through wine (windows emulator) but .. if not .. then you are still tied to Windows.
    – John Orion
    Mar 28 at 23:24














up vote
0
down vote

favorite
1












Please How do I Install SQL server in Ubuntu 16.04 LTS, I a new Ubuntu user and I need the sql server for Database class. I had to partition my hard drive and use windows to be able to use the Sql server. I want to install in in the Ubuntu










share|improve this question























  • well if its mysql ... then its sudo apt install mysql-server if its microsoft sql (MSsql) then not sure if that can be ran through wine (windows emulator) but .. if not .. then you are still tied to Windows.
    – John Orion
    Mar 28 at 23:24












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





Please How do I Install SQL server in Ubuntu 16.04 LTS, I a new Ubuntu user and I need the sql server for Database class. I had to partition my hard drive and use windows to be able to use the Sql server. I want to install in in the Ubuntu










share|improve this question















Please How do I Install SQL server in Ubuntu 16.04 LTS, I a new Ubuntu user and I need the sql server for Database class. I had to partition my hard drive and use windows to be able to use the Sql server. I want to install in in the Ubuntu







16.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 2 at 4:42









Thomas Ward♦

41.5k23112166




41.5k23112166










asked Mar 28 at 21:22









DOJ

12




12











  • well if its mysql ... then its sudo apt install mysql-server if its microsoft sql (MSsql) then not sure if that can be ran through wine (windows emulator) but .. if not .. then you are still tied to Windows.
    – John Orion
    Mar 28 at 23:24
















  • well if its mysql ... then its sudo apt install mysql-server if its microsoft sql (MSsql) then not sure if that can be ran through wine (windows emulator) but .. if not .. then you are still tied to Windows.
    – John Orion
    Mar 28 at 23:24















well if its mysql ... then its sudo apt install mysql-server if its microsoft sql (MSsql) then not sure if that can be ran through wine (windows emulator) but .. if not .. then you are still tied to Windows.
– John Orion
Mar 28 at 23:24




well if its mysql ... then its sudo apt install mysql-server if its microsoft sql (MSsql) then not sure if that can be ran through wine (windows emulator) but .. if not .. then you are still tied to Windows.
– John Orion
Mar 28 at 23:24










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










Microsoft have a set of instructions and link to their PPA at https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu for installing MSSQL on a Ubuntu system.

The instructions dont work so well with 17.04, but haven't run into problems with 16.04 (I've installed it on 3 servers at the office.)



Update:

Yeah, the terminal isn't the easiest to getting to know your way around. Stick with it, the more you use it - the easier it gets.



I've used a couple of editors in Ubuntu to connect with MSSQL databases that are straightforward to install.
Atom.io is a generally useful editor with a good selection of SQL packages available to install.
Microsoft's Visual Code code has quite a few useful SQL connection and query extensions available too.



HTH






share|improve this answer






















  • This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
    – DOJ
    Mar 31 at 22:03










  • Hi, I 've updated the answer with a suggestion
    – SeanSNZ
    Apr 2 at 4:17










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020102%2fhow-to-install-microsoft-sql-server-in-ubuntu%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










Microsoft have a set of instructions and link to their PPA at https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu for installing MSSQL on a Ubuntu system.

The instructions dont work so well with 17.04, but haven't run into problems with 16.04 (I've installed it on 3 servers at the office.)



Update:

Yeah, the terminal isn't the easiest to getting to know your way around. Stick with it, the more you use it - the easier it gets.



I've used a couple of editors in Ubuntu to connect with MSSQL databases that are straightforward to install.
Atom.io is a generally useful editor with a good selection of SQL packages available to install.
Microsoft's Visual Code code has quite a few useful SQL connection and query extensions available too.



HTH






share|improve this answer






















  • This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
    – DOJ
    Mar 31 at 22:03










  • Hi, I 've updated the answer with a suggestion
    – SeanSNZ
    Apr 2 at 4:17














up vote
0
down vote



accepted










Microsoft have a set of instructions and link to their PPA at https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu for installing MSSQL on a Ubuntu system.

The instructions dont work so well with 17.04, but haven't run into problems with 16.04 (I've installed it on 3 servers at the office.)



Update:

Yeah, the terminal isn't the easiest to getting to know your way around. Stick with it, the more you use it - the easier it gets.



I've used a couple of editors in Ubuntu to connect with MSSQL databases that are straightforward to install.
Atom.io is a generally useful editor with a good selection of SQL packages available to install.
Microsoft's Visual Code code has quite a few useful SQL connection and query extensions available too.



HTH






share|improve this answer






















  • This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
    – DOJ
    Mar 31 at 22:03










  • Hi, I 've updated the answer with a suggestion
    – SeanSNZ
    Apr 2 at 4:17












up vote
0
down vote



accepted







up vote
0
down vote



accepted






Microsoft have a set of instructions and link to their PPA at https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu for installing MSSQL on a Ubuntu system.

The instructions dont work so well with 17.04, but haven't run into problems with 16.04 (I've installed it on 3 servers at the office.)



Update:

Yeah, the terminal isn't the easiest to getting to know your way around. Stick with it, the more you use it - the easier it gets.



I've used a couple of editors in Ubuntu to connect with MSSQL databases that are straightforward to install.
Atom.io is a generally useful editor with a good selection of SQL packages available to install.
Microsoft's Visual Code code has quite a few useful SQL connection and query extensions available too.



HTH






share|improve this answer














Microsoft have a set of instructions and link to their PPA at https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu for installing MSSQL on a Ubuntu system.

The instructions dont work so well with 17.04, but haven't run into problems with 16.04 (I've installed it on 3 servers at the office.)



Update:

Yeah, the terminal isn't the easiest to getting to know your way around. Stick with it, the more you use it - the easier it gets.



I've used a couple of editors in Ubuntu to connect with MSSQL databases that are straightforward to install.
Atom.io is a generally useful editor with a good selection of SQL packages available to install.
Microsoft's Visual Code code has quite a few useful SQL connection and query extensions available too.



HTH







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 2 at 4:15

























answered Mar 29 at 2:05









SeanSNZ

37126




37126











  • This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
    – DOJ
    Mar 31 at 22:03










  • Hi, I 've updated the answer with a suggestion
    – SeanSNZ
    Apr 2 at 4:17
















  • This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
    – DOJ
    Mar 31 at 22:03










  • Hi, I 've updated the answer with a suggestion
    – SeanSNZ
    Apr 2 at 4:17















This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
– DOJ
Mar 31 at 22:03




This works for me, Thank you. There is just a little problem, I can only use it in the terminal and am not that great with the terminal commands.
– DOJ
Mar 31 at 22:03












Hi, I 've updated the answer with a suggestion
– SeanSNZ
Apr 2 at 4:17




Hi, I 've updated the answer with a suggestion
– SeanSNZ
Apr 2 at 4:17

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020102%2fhow-to-install-microsoft-sql-server-in-ubuntu%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491