ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Latest Updates on MS SQL Server on Linux

    News
    linux microsoft sql server database
    4
    7
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mlnewsM
      mlnews
      last edited by

      https://www.channele2e.com/2016/10/21/microsoft-ceo-offers-sql-server-on-linux-update/

      “Overall, we are very, very excited about what we are seeing with SQL on Linux because the entire idea was to be able to have a full conversation around the data [across Windows and Linux] with customers,” Nadella said on the earnings call. “One of the related conversations involves our analytics and advanced analytics. We’ve done some very, very compelling work again across Linux and Windows and then of course the cloud.”

      In many circles, SQL Server on Linux is considered Microsoft’s answer to Oracle on Linux and Unix. Microsoft in March 2016 introduced a “free” SQL-on-Windows offer to counter Oracle. It’s a safe bit Microsoft will make a similar SQL-on-Linux offer when that database arrives in mid-2017.

      1 Reply Last reply Reply Quote 4
      • JaredBuschJ
        JaredBusch
        last edited by JaredBusch

        I signed up to get emails on this product, and received this email today.

        1 Reply Last reply Reply Quote 1
        • scottalanmillerS
          scottalanmiller
          last edited by

          Cool. Slow progress, but I'm sure that they have tons of work to do.

          1 Reply Last reply Reply Quote 0
          • travisdh1T
            travisdh1
            last edited by

            I think someone needs to look up the definition of conversation.

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by

              The public preview of SQL Server on Linux has arrived!

              0_1479395281751_upload-a5cf84e7-8933-4f27-be14-c28b3f16bd45

              scottalanmillerS 1 Reply Last reply Reply Quote 1
              • JaredBuschJ
                JaredBusch
                last edited by JaredBusch

                Installation insructions

                Official RHEL instructions from the above link.

                They have packages for RHEL and Ubuntu.

                SQL Server

                sudo su
                curl https://packages.microsoft.com/config/rhel/7/mssql-server.repo > /etc/yum.repos.d/mssql-server.repo
                exit
                sudo yum install -y mssql-server
                sudo /opt/mssql/bin/sqlservr-setup
                systemctl status mssql-server
                sudo firewall-cmd --zone=public --add-port=1433/tcp --permanent
                sudo firewall-cmd --reload
                

                Tools

                sudo su
                curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/msprod.repo
                exit
                sudo yum install mssql-tools
                
                1 Reply Last reply Reply Quote 2
                • scottalanmillerS
                  scottalanmiller @JaredBusch
                  last edited by

                  @JaredBusch Sweet!

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post