Is there a way to install SSDT (SQL Server Data Tools) on Ubuntu?Graphical MS-SQL Clients for a Ubuntu DesktopUbuntu Virtual Host cant connect to MS-SQL Servercan't install sql server on ubuntu 18.4 due to opensslHow do I install MS SQL for ubuntu 18.04 LTS?Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL ServerFailed to start Microsoft SQL Server Database Engine. code=exited, status=217/UserCan't connect to MS SQL ServerHow to view the MS-SQL server at UI?Updating MS SQL Tools/ODBC Driver for Ubuntu 18.04Unable to connect Microsoft SQL-Server and Visual Studio code

Difficulty understanding group delay concept

Why are there no stars visible in cislunar space?

Is VPN a layer 3 concept?

Is xar preinstalled on macOS?

When should a starting writer get his own webpage?

If I cast enlarge/reduce on an arrow, what weapon could it count as?

PTIJ: Which Dr. Seuss books should one obtain?

Pre-Employment Background Check With Consent For Future Checks

UK Tourist Visa- Enquiry

Why doesn't the chatan sign the ketubah?

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Should a narrator ever describe things based on a characters view instead of fact?

CLI: Get information Ubuntu releases

Writing in a Christian voice

Align centered, ragged right and ragged left in align environment

Help with identifying unique aircraft over NE Pennsylvania

What is the difference between something being completely legal and being completely decriminalized?

10 year ban after applying for a UK student visa

The English Debate

Don't understand why (5 | -2) > 0 is False where (5 or -2) > 0 is True

How do hiring committees for research positions view getting "scooped"?

What is the reasoning behind standardization (dividing by standard deviation)?

Exposing a company lying about themselves in a tightly knit industry: Is my career at risk on the long run?

Why is "la Gestapo" feminine?



Is there a way to install SSDT (SQL Server Data Tools) on Ubuntu?


Graphical MS-SQL Clients for a Ubuntu DesktopUbuntu Virtual Host cant connect to MS-SQL Servercan't install sql server on ubuntu 18.4 due to opensslHow do I install MS SQL for ubuntu 18.04 LTS?Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL ServerFailed to start Microsoft SQL Server Database Engine. code=exited, status=217/UserCan't connect to MS SQL ServerHow to view the MS-SQL server at UI?Updating MS SQL Tools/ODBC Driver for Ubuntu 18.04Unable to connect Microsoft SQL-Server and Visual Studio code













0















Well, I don't know if it is a valid question or not but, I need to install three SQL Server services on my laptop namely: Analysis services, Integration services, and Reporting services. Windows installer offers an option to install these services through SSDT



Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)










share|improve this question


























    0















    Well, I don't know if it is a valid question or not but, I need to install three SQL Server services on my laptop namely: Analysis services, Integration services, and Reporting services. Windows installer offers an option to install these services through SSDT



    Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)










    share|improve this question
























      0












      0








      0








      Well, I don't know if it is a valid question or not but, I need to install three SQL Server services on my laptop namely: Analysis services, Integration services, and Reporting services. Windows installer offers an option to install these services through SSDT



      Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)










      share|improve this question














      Well, I don't know if it is a valid question or not but, I need to install three SQL Server services on my laptop namely: Analysis services, Integration services, and Reporting services. Windows installer offers an option to install these services through SSDT



      Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)







      mssql






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 16 '18 at 14:43









      Fahad JavedFahad Javed

      33




      33




















          3 Answers
          3






          active

          oldest

          votes


















          0














          No. These are Windows tools to be used on a Windows machine.



          From Microsoft docs:




          Use existing SQL tools on Windows with SQL Server on Linux



          Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.



          See the following topics for more information:



          • SQL Server Management Studio (SSMS)

          • SQL Server Data Tools (SSDT)

          • SQL PowerShell



          so ...




          Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)




          You need a Windows machine; if that was not the case you would be able to use their tools without any connection to Microsoft.



          Possible method: install virtualbox in your Ubuntu desktop, Windows in there and the tools in there and then connect to your SQL server.






          share|improve this answer























          • Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

            – Fahad Javed
            May 17 '18 at 6:34



















          0














          I installed yesterday Visual Studio Code for linux on Ubuntu 18.10 after having installed SQL Server 2017.
          It looks very interesting as support a lot of different languages.
          By the way, I'm trying to connect with the DB, still without success!



          https://code.visualstudio.com/Download






          share|improve this answer























          • Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

            – Fahad Javed
            Mar 11 at 20:54


















          0














          Here's an article[1] that describes it with docker... Specifically it downloads a linux version of the tools[2] to extract into the container... should work with Ubuntu directly.



          wget -progress=bar:force -q -O sqlpackage.zip 
          https://go.microsoft.com/fwlink/?linkid=873926
          && unzip -qq sqlpackage.zip -d /opt/sqlpackage
          && chmod +x /opt/sqlpackage/sqlpackage
          && rm sqlpackage.zip


          1. https://www.wintellect.com/devops-sql-server-dacpac-docker/

          2. https://go.microsoft.com/fwlink/?linkid=873926





          share|improve this answer






















            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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036995%2fis-there-a-way-to-install-ssdt-sql-server-data-tools-on-ubuntu%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            No. These are Windows tools to be used on a Windows machine.



            From Microsoft docs:




            Use existing SQL tools on Windows with SQL Server on Linux



            Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.



            See the following topics for more information:



            • SQL Server Management Studio (SSMS)

            • SQL Server Data Tools (SSDT)

            • SQL PowerShell



            so ...




            Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)




            You need a Windows machine; if that was not the case you would be able to use their tools without any connection to Microsoft.



            Possible method: install virtualbox in your Ubuntu desktop, Windows in there and the tools in there and then connect to your SQL server.






            share|improve this answer























            • Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

              – Fahad Javed
              May 17 '18 at 6:34
















            0














            No. These are Windows tools to be used on a Windows machine.



            From Microsoft docs:




            Use existing SQL tools on Windows with SQL Server on Linux



            Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.



            See the following topics for more information:



            • SQL Server Management Studio (SSMS)

            • SQL Server Data Tools (SSDT)

            • SQL PowerShell



            so ...




            Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)




            You need a Windows machine; if that was not the case you would be able to use their tools without any connection to Microsoft.



            Possible method: install virtualbox in your Ubuntu desktop, Windows in there and the tools in there and then connect to your SQL server.






            share|improve this answer























            • Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

              – Fahad Javed
              May 17 '18 at 6:34














            0












            0








            0







            No. These are Windows tools to be used on a Windows machine.



            From Microsoft docs:




            Use existing SQL tools on Windows with SQL Server on Linux



            Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.



            See the following topics for more information:



            • SQL Server Management Studio (SSMS)

            • SQL Server Data Tools (SSDT)

            • SQL PowerShell



            so ...




            Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)




            You need a Windows machine; if that was not the case you would be able to use their tools without any connection to Microsoft.



            Possible method: install virtualbox in your Ubuntu desktop, Windows in there and the tools in there and then connect to your SQL server.






            share|improve this answer













            No. These are Windows tools to be used on a Windows machine.



            From Microsoft docs:




            Use existing SQL tools on Windows with SQL Server on Linux



            Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.



            See the following topics for more information:



            • SQL Server Management Studio (SSMS)

            • SQL Server Data Tools (SSDT)

            • SQL PowerShell



            so ...




            Still after a lot of searching, I couldn't find any solution. I have already installed SQL Server 2017 on my Ubuntu machine, but now I need your help for installing these services :)




            You need a Windows machine; if that was not the case you would be able to use their tools without any connection to Microsoft.



            Possible method: install virtualbox in your Ubuntu desktop, Windows in there and the tools in there and then connect to your SQL server.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 16 '18 at 14:58









            RinzwindRinzwind

            208k28400531




            208k28400531












            • Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

              – Fahad Javed
              May 17 '18 at 6:34


















            • Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

              – Fahad Javed
              May 17 '18 at 6:34

















            Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

            – Fahad Javed
            May 17 '18 at 6:34






            Thanks for your response :) I tried to install SSDT on my Windows machine in the first place but I was getting an error 0x800703F3. The error was occuring because I had the latest version 15.7.1 of Visual Studio, and SSDT was only supported up to version 15.6.7. It was not possible to roll-back to previous versions unless I perform a total new installation. That's why I was trying to install the required services on my Ubuntu machine.

            – Fahad Javed
            May 17 '18 at 6:34














            0














            I installed yesterday Visual Studio Code for linux on Ubuntu 18.10 after having installed SQL Server 2017.
            It looks very interesting as support a lot of different languages.
            By the way, I'm trying to connect with the DB, still without success!



            https://code.visualstudio.com/Download






            share|improve this answer























            • Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

              – Fahad Javed
              Mar 11 at 20:54















            0














            I installed yesterday Visual Studio Code for linux on Ubuntu 18.10 after having installed SQL Server 2017.
            It looks very interesting as support a lot of different languages.
            By the way, I'm trying to connect with the DB, still without success!



            https://code.visualstudio.com/Download






            share|improve this answer























            • Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

              – Fahad Javed
              Mar 11 at 20:54













            0












            0








            0







            I installed yesterday Visual Studio Code for linux on Ubuntu 18.10 after having installed SQL Server 2017.
            It looks very interesting as support a lot of different languages.
            By the way, I'm trying to connect with the DB, still without success!



            https://code.visualstudio.com/Download






            share|improve this answer













            I installed yesterday Visual Studio Code for linux on Ubuntu 18.10 after having installed SQL Server 2017.
            It looks very interesting as support a lot of different languages.
            By the way, I'm trying to connect with the DB, still without success!



            https://code.visualstudio.com/Download







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 4 at 9:59









            Paolo Di PietroPaolo Di Pietro

            135




            135












            • Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

              – Fahad Javed
              Mar 11 at 20:54

















            • Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

              – Fahad Javed
              Mar 11 at 20:54
















            Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

            – Fahad Javed
            Mar 11 at 20:54





            Connecting to an SQL Server Database using VS Code in Ubuntu is quite simple. You just need to do a few steps: First of all, make sure the database engine is running. Then, download the SQL extension from marketplace and then simply connect with your database by entering the credentials of your database user (which you usually create while installing the database). I hope this will help you getting started :)

            – Fahad Javed
            Mar 11 at 20:54











            0














            Here's an article[1] that describes it with docker... Specifically it downloads a linux version of the tools[2] to extract into the container... should work with Ubuntu directly.



            wget -progress=bar:force -q -O sqlpackage.zip 
            https://go.microsoft.com/fwlink/?linkid=873926
            && unzip -qq sqlpackage.zip -d /opt/sqlpackage
            && chmod +x /opt/sqlpackage/sqlpackage
            && rm sqlpackage.zip


            1. https://www.wintellect.com/devops-sql-server-dacpac-docker/

            2. https://go.microsoft.com/fwlink/?linkid=873926





            share|improve this answer



























              0














              Here's an article[1] that describes it with docker... Specifically it downloads a linux version of the tools[2] to extract into the container... should work with Ubuntu directly.



              wget -progress=bar:force -q -O sqlpackage.zip 
              https://go.microsoft.com/fwlink/?linkid=873926
              && unzip -qq sqlpackage.zip -d /opt/sqlpackage
              && chmod +x /opt/sqlpackage/sqlpackage
              && rm sqlpackage.zip


              1. https://www.wintellect.com/devops-sql-server-dacpac-docker/

              2. https://go.microsoft.com/fwlink/?linkid=873926





              share|improve this answer

























                0












                0








                0







                Here's an article[1] that describes it with docker... Specifically it downloads a linux version of the tools[2] to extract into the container... should work with Ubuntu directly.



                wget -progress=bar:force -q -O sqlpackage.zip 
                https://go.microsoft.com/fwlink/?linkid=873926
                && unzip -qq sqlpackage.zip -d /opt/sqlpackage
                && chmod +x /opt/sqlpackage/sqlpackage
                && rm sqlpackage.zip


                1. https://www.wintellect.com/devops-sql-server-dacpac-docker/

                2. https://go.microsoft.com/fwlink/?linkid=873926





                share|improve this answer













                Here's an article[1] that describes it with docker... Specifically it downloads a linux version of the tools[2] to extract into the container... should work with Ubuntu directly.



                wget -progress=bar:force -q -O sqlpackage.zip 
                https://go.microsoft.com/fwlink/?linkid=873926
                && unzip -qq sqlpackage.zip -d /opt/sqlpackage
                && chmod +x /opt/sqlpackage/sqlpackage
                && rm sqlpackage.zip


                1. https://www.wintellect.com/devops-sql-server-dacpac-docker/

                2. https://go.microsoft.com/fwlink/?linkid=873926






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                Tracker1Tracker1

                12819




                12819



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036995%2fis-there-a-way-to-install-ssdt-sql-server-data-tools-on-ubuntu%23new-answer', 'question_page');

                    );

                    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







                    Popular posts from this blog

                    Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                    Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch

                    fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap