How do I install Microsoft SQL Server for linux (fedora)?
How can I install Microsoft SQL Server for linux (fedora) ? I read about Microsoft® SQL Server® ODBC Driver 1.0 for Linux but haven't understood what is it. I wanted to connect to sql server for the java application operating on linux.
java

add a comment |
How can I install Microsoft SQL Server for linux (fedora) ? I read about Microsoft® SQL Server® ODBC Driver 1.0 for Linux but haven't understood what is it. I wanted to connect to sql server for the java application operating on linux.
java

4
Not to be flippant, but why wouldn't you use PostgreSQL/*nix instead?
– OMG Ponies
Sep 18 '12 at 4:27
1
There is a native JDBC driver for MS SQL, using the ODBC one with Java is a needless pain in the butt.
– trognanders
Jan 10 '14 at 16:57
add a comment |
How can I install Microsoft SQL Server for linux (fedora) ? I read about Microsoft® SQL Server® ODBC Driver 1.0 for Linux but haven't understood what is it. I wanted to connect to sql server for the java application operating on linux.
java

How can I install Microsoft SQL Server for linux (fedora) ? I read about Microsoft® SQL Server® ODBC Driver 1.0 for Linux but haven't understood what is it. I wanted to connect to sql server for the java application operating on linux.
java

java

asked Sep 18 '12 at 4:21
saplingProsaplingPro
7,36245111175
7,36245111175
4
Not to be flippant, but why wouldn't you use PostgreSQL/*nix instead?
– OMG Ponies
Sep 18 '12 at 4:27
1
There is a native JDBC driver for MS SQL, using the ODBC one with Java is a needless pain in the butt.
– trognanders
Jan 10 '14 at 16:57
add a comment |
4
Not to be flippant, but why wouldn't you use PostgreSQL/*nix instead?
– OMG Ponies
Sep 18 '12 at 4:27
1
There is a native JDBC driver for MS SQL, using the ODBC one with Java is a needless pain in the butt.
– trognanders
Jan 10 '14 at 16:57
4
4
Not to be flippant, but why wouldn't you use PostgreSQL/*nix instead?
– OMG Ponies
Sep 18 '12 at 4:27
Not to be flippant, but why wouldn't you use PostgreSQL/*nix instead?
– OMG Ponies
Sep 18 '12 at 4:27
1
1
There is a native JDBC driver for MS SQL, using the ODBC one with Java is a needless pain in the butt.
– trognanders
Jan 10 '14 at 16:57
There is a native JDBC driver for MS SQL, using the ODBC one with Java is a needless pain in the butt.
– trognanders
Jan 10 '14 at 16:57
add a comment |
4 Answers
4
active
oldest
votes
Microsoft® SQL Server® ODBC Driver 1.0 for Linux is a linux driver for native connectivity to an MSSQL Server database.
MSSQL will only run on Windows.
MSSQL 2017 onward you can install on linux server.
3
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
8
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
3
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
|
show 1 more comment
you can install MSSQL on Linux and on Windows. Solution would be to install Windows as a virtual machine and use the ODBC driver(helps you connect to MSSQL programmatically) which you found and use in linux .
https://social.technet.microsoft.com/wiki/contents/articles/52294.sql-server-installation-on-ubuntu.aspx
add a comment |
Nowadays you can install SQL Server on linux, but for now, only for Red Hat and Ubuntu and is still on Beta.
The following links tell you
How to install SQL Server in Ubuntu and Red Hat
Install SQL Server on Red Hat
Install SQL Server on Ubuntu
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
add a comment |
you can install mssql on federa.Refer following link
https://youtu.be/EZw_fWLr93Y
add a comment |
protected by Community♦ Apr 18 '16 at 12:59
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Microsoft® SQL Server® ODBC Driver 1.0 for Linux is a linux driver for native connectivity to an MSSQL Server database.
MSSQL will only run on Windows.
MSSQL 2017 onward you can install on linux server.
3
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
8
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
3
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
|
show 1 more comment
Microsoft® SQL Server® ODBC Driver 1.0 for Linux is a linux driver for native connectivity to an MSSQL Server database.
MSSQL will only run on Windows.
MSSQL 2017 onward you can install on linux server.
3
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
8
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
3
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
|
show 1 more comment
Microsoft® SQL Server® ODBC Driver 1.0 for Linux is a linux driver for native connectivity to an MSSQL Server database.
MSSQL will only run on Windows.
MSSQL 2017 onward you can install on linux server.
Microsoft® SQL Server® ODBC Driver 1.0 for Linux is a linux driver for native connectivity to an MSSQL Server database.
MSSQL will only run on Windows.
MSSQL 2017 onward you can install on linux server.
edited Jan 1 at 5:36
arnav
1,5211417
1,5211417
answered Sep 18 '12 at 4:29


Jon LinJon Lin
124k24168186
124k24168186
3
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
8
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
3
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
|
show 1 more comment
3
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
8
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
3
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
3
3
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
when MSSQL will run only on windows,what is meant by a linux driver for java connectivity to sql server database ?
– saplingPro
Sep 18 '12 at 4:32
8
8
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
@grassPro It's a MSSQL "client" that runs on linux, and connects to a MSSQL database "server" running on Windows.
– Jon Lin
Sep 18 '12 at 4:33
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
-1 JDBC is for Java, ODBC is for ODBC through an ODBC connector.
– trognanders
Jan 9 '14 at 18:10
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
@BaileyS fixed, was a mistake
– Jon Lin
Jan 9 '14 at 18:26
3
3
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
Microsoft announced SQL Server for Linux.Still closed Beta, but it is comming.
– Kostadin
Mar 8 '16 at 8:12
|
show 1 more comment
you can install MSSQL on Linux and on Windows. Solution would be to install Windows as a virtual machine and use the ODBC driver(helps you connect to MSSQL programmatically) which you found and use in linux .
https://social.technet.microsoft.com/wiki/contents/articles/52294.sql-server-installation-on-ubuntu.aspx
add a comment |
you can install MSSQL on Linux and on Windows. Solution would be to install Windows as a virtual machine and use the ODBC driver(helps you connect to MSSQL programmatically) which you found and use in linux .
https://social.technet.microsoft.com/wiki/contents/articles/52294.sql-server-installation-on-ubuntu.aspx
add a comment |
you can install MSSQL on Linux and on Windows. Solution would be to install Windows as a virtual machine and use the ODBC driver(helps you connect to MSSQL programmatically) which you found and use in linux .
https://social.technet.microsoft.com/wiki/contents/articles/52294.sql-server-installation-on-ubuntu.aspx
you can install MSSQL on Linux and on Windows. Solution would be to install Windows as a virtual machine and use the ODBC driver(helps you connect to MSSQL programmatically) which you found and use in linux .
https://social.technet.microsoft.com/wiki/contents/articles/52294.sql-server-installation-on-ubuntu.aspx
edited Jan 2 at 8:40
arnav
1,5211417
1,5211417
answered Sep 18 '12 at 4:28


sfatsfat
6,26943058
6,26943058
add a comment |
add a comment |
Nowadays you can install SQL Server on linux, but for now, only for Red Hat and Ubuntu and is still on Beta.
The following links tell you
How to install SQL Server in Ubuntu and Red Hat
Install SQL Server on Red Hat
Install SQL Server on Ubuntu
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
add a comment |
Nowadays you can install SQL Server on linux, but for now, only for Red Hat and Ubuntu and is still on Beta.
The following links tell you
How to install SQL Server in Ubuntu and Red Hat
Install SQL Server on Red Hat
Install SQL Server on Ubuntu
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
add a comment |
Nowadays you can install SQL Server on linux, but for now, only for Red Hat and Ubuntu and is still on Beta.
The following links tell you
How to install SQL Server in Ubuntu and Red Hat
Install SQL Server on Red Hat
Install SQL Server on Ubuntu
Nowadays you can install SQL Server on linux, but for now, only for Red Hat and Ubuntu and is still on Beta.
The following links tell you
How to install SQL Server in Ubuntu and Red Hat
Install SQL Server on Red Hat
Install SQL Server on Ubuntu
edited Nov 18 '16 at 23:46
answered Nov 18 '16 at 23:01


Samuel PSSamuel PS
714
714
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
add a comment |
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline.
– pableiros
Nov 18 '16 at 23:26
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Thank you for your advice pableiros, I will consider that on the future.
– Samuel PS
Nov 18 '16 at 23:48
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
Now SUSE is supported and Ubuntu is not beta any longer
– Musa
Sep 25 '18 at 6:51
add a comment |
you can install mssql on federa.Refer following link
https://youtu.be/EZw_fWLr93Y
add a comment |
you can install mssql on federa.Refer following link
https://youtu.be/EZw_fWLr93Y
add a comment |
you can install mssql on federa.Refer following link
https://youtu.be/EZw_fWLr93Y
you can install mssql on federa.Refer following link
https://youtu.be/EZw_fWLr93Y
answered Jan 2 at 11:31
arnavarnav
1,5211417
1,5211417
add a comment |
add a comment |
protected by Community♦ Apr 18 '16 at 12:59
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
4
Not to be flippant, but why wouldn't you use PostgreSQL/*nix instead?
– OMG Ponies
Sep 18 '12 at 4:27
1
There is a native JDBC driver for MS SQL, using the ODBC one with Java is a needless pain in the butt.
– trognanders
Jan 10 '14 at 16:57