Can I install sql server management studio on ubuntu 16.04
Can I install sql server management studio on Ubuntu 16.04.
Thanks
server mysql
add a comment |
Can I install sql server management studio on Ubuntu 16.04.
Thanks
server mysql
quora.com/…
– John Joe
Jul 19 '18 at 6:58
add a comment |
Can I install sql server management studio on Ubuntu 16.04.
Thanks
server mysql
Can I install sql server management studio on Ubuntu 16.04.
Thanks
server mysql
server mysql
asked Jul 19 '18 at 6:51
Anas ShamsiAnas Shamsi
2313
2313
quora.com/…
– John Joe
Jul 19 '18 at 6:58
add a comment |
quora.com/…
– John Joe
Jul 19 '18 at 6:58
quora.com/…
– John Joe
Jul 19 '18 at 6:58
quora.com/…
– John Joe
Jul 19 '18 at 6:58
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
2
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/3.0/"u003ecc by-sa 3.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
2
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
2
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
208k28399529
208k28399529
2
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
add a comment |
2
Now it is called Azure Data Studio
– heroin
Oct 9 '18 at 12:17
2
2
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 Bianchi
2,94521535
2,94521535
answered Jan 25 at 17:50
user2341923user2341923
101
101
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