Book Image

SQL Server on Linux

Book Image

SQL Server on Linux

Overview of this book

Microsoft's launch of SQL Server on Linux has made SQL Server a truly versatile platform across different operating systems and data-types, both on-premise and on-cloud. This book is your handy guide to setting up and implementing your SQL Server solution on the open source Linux platform. You will start by understanding how SQL Server can be installed on supported and unsupported Linux distributions. Then you will brush up your SQL Server skills by creating and querying database objects and implementing basic administration tasks to support business continuity, including security and performance optimization. This book will also take you beyond the basics and highlight some advanced topics such as in-memory OLTP and temporal tables. By the end of this book, you will be able to recognize and utilize the full potential of setting up an efficient SQL Server database solution in your Linux environment.
Table of Contents (19 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

SQL Server installation on openSUSE


The following installation procedure is the same for the SUSE Linux Enterprise Server v12 SP2 (SLES), which is officially supported by the Microsoft Corporation. My example is based on openSUSE Leap 42.2.

Another remark is that the installation is based on the SQL Server vNext CTP 1.3 RC1 set of versions, which were actual at the time of writing this book. The installation procedure is command line-based. It means that you will be required to use bash. openSUSE and Kubuntu use the same bash client, Konsole.

Note

If you want to start installation on openSUSE or SLES, you will need minimum 3.25GB of memory to run the SQL Server on Linux. The file system must be XFS or EXT4.

Following are the steps to install SQL Server on Linux on openSUSE:

  1. First of all, you will need to add the mssql-server package to your distribution with the following two commands as shown in the screenshot:
        # sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql...