Can I install SQL Server Management Studio on Ubuntu 16.04?Getting error code(1) when installing MSSQL server in Ubuntu 16.04Ubuntu Virtual Host cant connect to MS-SQL ServerHow to configure DBeaver to connect with ms sql serverIs there a way to install SSDT (SQL Server Data Tools) on Ubuntu?Unable to connect Microsoft SQL-Server and Visual Studio codeHow to install PHP SQL Server drivers in Ubuntu 19?
Can the diameter be controled by the injectivity radius and the volume?
Enumeration with direct and indirect properties
Short story about delivery truck organization existing only to support itself
What is a recently obsolete computer storage device that would be significantly difficult to extract data from?
Why do laptop batteries have so many terminals?
Can I call the airport to see if my boyfriend made it through customs?
Does milk make cakes lighter or tougher?
Can studying in a good place hurt your application?
Pass arguments to the list of functions?
Why did we never simplify key signatures?
My professor changed a take-home test to an in-class test with no notice. Can I fight the grade?
Employer wants me to do something explicitly illegal
Is there any theory why (for Bitcoin) the discrete logarithm problem is so hard to solve?
What anti-aircraft magic adaptation would be better for dragons than flame spitting?
Can the Fortress spell be dispelled?
Does a Paladin with the Divine Health feature destroy a Green Slime?
Messed up my .bash_profile remotely, can't ssh back in
How can I see Explorer.exe's frames per second?
How can an AI train itself if no one is telling it if its answer is correct or wrong?
Suggested idea: Course exams written by someone else other than the instructors/coordinators. Good or Bad?
How do you call a note, that stays through the whole song?
Why didn't Philippine Airlines 113 dump fuel prior to forced landing?
Why is the tangent of an angle called that?
What does ゴン part in イノゴン mean?
Can I install SQL Server Management Studio on Ubuntu 16.04?
Getting error code(1) when installing MSSQL server in Ubuntu 16.04Ubuntu Virtual Host cant connect to MS-SQL ServerHow to configure DBeaver to connect with ms sql serverIs there a way to install SSDT (SQL Server Data Tools) on Ubuntu?Unable to connect Microsoft SQL-Server and Visual Studio codeHow to install PHP SQL Server drivers in Ubuntu 19?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Can I install SQL Server Management Studio on Ubuntu 16.04?
server mssql
add a comment
|
Can I install SQL Server Management Studio on Ubuntu 16.04?
server mssql
quora.com/…
– John Joe
Jul 19 '18 at 6:58
Microsoft now pushes Azure Data Studio with a Linux download link on this page. Previously released under the preview name SQL Operations Studio, Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It is engineered with the data platform user in mind, with built in charting of query result sets and customizable dashboards.
– NachoSO
Sep 19 at 0:04
add a comment
|
Can I install SQL Server Management Studio on Ubuntu 16.04?
server mssql
Can I install SQL Server Management Studio on Ubuntu 16.04?
server mssql
server mssql
edited Jun 7 at 18:28
Patrick Hofman
1035 bronze badges
1035 bronze badges
asked Jul 19 '18 at 6:51
Anas ShamsiAnas Shamsi
731 gold badge1 silver badge3 bronze badges
731 gold badge1 silver badge3 bronze badges
quora.com/…
– John Joe
Jul 19 '18 at 6:58
Microsoft now pushes Azure Data Studio with a Linux download link on this page. Previously released under the preview name SQL Operations Studio, Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It is engineered with the data platform user in mind, with built in charting of query result sets and customizable dashboards.
– NachoSO
Sep 19 at 0:04
add a comment
|
quora.com/…
– John Joe
Jul 19 '18 at 6:58
Microsoft now pushes Azure Data Studio with a Linux download link on this page. Previously released under the preview name SQL Operations Studio, Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It is engineered with the data platform user in mind, with built in charting of query result sets and customizable dashboards.
– NachoSO
Sep 19 at 0:04
quora.com/…
– John Joe
Jul 19 '18 at 6:58
quora.com/…
– John Joe
Jul 19 '18 at 6:58
Microsoft now pushes Azure Data Studio with a Linux download link on this page. Previously released under the preview name SQL Operations Studio, Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It is engineered with the data platform user in mind, with built in charting of query result sets and customizable dashboards.
– NachoSO
Sep 19 at 0:04
Microsoft now pushes Azure Data Studio with a Linux download link on this page. Previously released under the preview name SQL Operations Studio, Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It is engineered with the data platform user in mind, with built in charting of query result sets and customizable dashboards.
– NachoSO
Sep 19 at 0:04
add a comment
|
2 Answers
2
active
oldest
votes
No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can:
Tip
If you do not have a Windows machine to run SSMS on, consider the new SQL Server Operations Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows.
SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer.
Installation after downloading the deb:
cd ~
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
sqlops
4
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
add a comment
|
You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server.
Here is a tutorial how to connect to SQL Server on Azure.
add a comment
|
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1057464%2fcan-i-install-sql-server-management-studio-on-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can:
Tip
If you do not have a Windows machine to run SSMS on, consider the new SQL Server Operations Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows.
SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer.
Installation after downloading the deb:
cd ~
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
sqlops
4
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
add a comment
|
No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can:
Tip
If you do not have a Windows machine to run SSMS on, consider the new SQL Server Operations Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows.
SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer.
Installation after downloading the deb:
cd ~
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
sqlops
4
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
add a comment
|
No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can:
Tip
If you do not have a Windows machine to run SSMS on, consider the new SQL Server Operations Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows.
SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer.
Installation after downloading the deb:
cd ~
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
sqlops
No. You can use SQL Server Management Studio on Windows to manage SQL Server on Linux but the software itself needs Windows. The link from Microsoft does have a tip about a new tool that can:
Tip
If you do not have a Windows machine to run SSMS on, consider the new SQL Server Operations Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows.
SQL Server Operations Studio is currently only available as a preview but does have a download to a DEB installer.
Installation after downloading the deb:
cd ~
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
sqlops
edited Jul 19 '18 at 8:55
answered Jul 19 '18 at 8:44
RinzwindRinzwind
226k30 gold badges438 silver badges580 bronze badges
226k30 gold badges438 silver badges580 bronze badges
4
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
add a comment
|
4
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
4
4
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
add a comment
|
You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server.
Here is a tutorial how to connect to SQL Server on Azure.
add a comment
|
You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server.
Here is a tutorial how to connect to SQL Server on Azure.
add a comment
|
You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server.
Here is a tutorial how to connect to SQL Server on Azure.
You can use Visual Studio Code (from Linux, Windows, Mac) to connect to SQL Server.
Here is a tutorial how to connect to SQL Server on Azure.
edited Jan 26 at 0:16
Pablo A
4,5953 gold badges23 silver badges50 bronze badges
4,5953 gold badges23 silver badges50 bronze badges
answered Jan 25 at 17:50
user2341923user2341923
1111 bronze badge
1111 bronze badge
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1057464%2fcan-i-install-sql-server-management-studio-on-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
quora.com/…
– John Joe
Jul 19 '18 at 6:58
Microsoft now pushes Azure Data Studio with a Linux download link on this page. Previously released under the preview name SQL Operations Studio, Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It is engineered with the data platform user in mind, with built in charting of query result sets and customizable dashboards.
– NachoSO
Sep 19 at 0:04