Transforming Your Brain with SQL 2017 on Linux

Slides:



Advertisements
Similar presentations
Lesson 5-Accessing Networks. Overview Introduction to Windows XP Professional. Introduction to Novell Client. Introduction to Red Hat Linux workstation.
Advertisements

Microsoft vs Linux Microsoft Applications compared to free opensource software.
LO2 Understand the key components used in networking
IBM Express Runtime Quick Start Workshop © 2007 IBM Corporation Install IBM Express Runtime Development Environment.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
COMPUTER OPERATING SYSTEMS THE BIG 3. MENU PC WINDOWS The primary operating system for the majority of computer users around the world is Windows. Many.
Module 1: Installing Microsoft Windows XP Professional.
Ubuntu, SUSE, OpenSUSE, CentOS & Oracle EL + hundreds on VM Depot Bring your own framework! Ecosystem Supported Microsoft 1st Party Support.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
System Requirements  Supports 32 bit i586 and 64 bit x86-64 PC hardware.  PowerPC(PPC) processors.  RAM: 256 MB minimum, 512 MB recommended.  Hard.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
guest host guest ® ® Linux is a real business for Microsoft Accelerating engagement across a range of Microsoft product development teams We’ve been.
Mile Hi Power BI User Group
Microsoft Virtual Academy
SQL Server on Linux CTP 1.1 Florian
Let’s Get Started! Steve Rezhener SQL Malibu and SQL Saturday in LA
Building ARM IaaS Application Environment
Dostaň zo svojho Windows 10 maximum
30 Tips and Tricks for Managing and Running Ubuntu/Bash/Windows Subsystem for Linux WIN321B Orin Thomas.
Welcome to SharePoint Saturday Houston
Welcome © GTM Software. Welcome © GTM Software.
Seamless Guest OS's and more!
System Center 2012 Configuration Manager
OVirt Data Warehouse 02/11/11 Yaniv Dary BI Software Engineer, Red Hat.
Installation and Configuration
Introduction to .NET Core
INSTALLING SQL SERVER 2016 vNext CTP 1.2 ON LINUX UBUNTU 16.04LTS
SSIS Project Deployment: The T-SQL Way
A Guide on Top Linux Distribution in 2016
Andrew Pruski SQL Server & Containers
DDPS in Action: Session 11 Hydration
Engineering Innovation Center
More Scripting & Chapter 11
Dumps VCE
Intro to SQL Operations Studio
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Git Version Control for Everyone
Intro to SQL Operations Studio
Database Code Management with VS 2017 and RedGate
Please support our sponsors
Microsoft Virtual Academy
Dave LIVE Linux AG Buildout!.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Save Time & Resources: Job Performance Tuning Strategies
It’s About Time : Temporal Table Support in SQL Server 2016/2017
Stop Wasting Time & Resources: Performance Tune Your Jobs
OPS235: Lab 2 Virtual Machines – Part I
SSIS Project Deployment: The T-SQL Way
The Mac DBA, using Docker and SQL Operations Studio
Microsoft Virtual Academy
Microsoft Azure for SQL Server Professionals
Save Time & Resources: Job Performance Tuning Strategies
System & Network Administration (MCSA & RHCSA)
Understanding Linux and the BASH shell v
MDC-B203 Deploying Applications in Microsoft System Center Virtual Machine Manager Using Services John Messec Program Manager Microsoft.
Linux and TCP/IP Networking
Developing for Windows Azure
Install MySQL Community Server and MySQL Workbench
Our awesome sponsors! Please visit the sponsor area in the break and interact with them. They are the reason we can hold this conference free of charge!
Managing and monitoring SQL Server on Linux from the command line
The Fast and Easy Methods to Automate your SQL Server builds
Patrick Partin What just happened?
Welcome to 2019 SQL Saturday in Los Angeles (#891)
SSRS – Thinking Outside the Report
Patrick Partin What just happened? Creating your own real-time dashboard with Grafana, Influx, and Telegraf Congratulations on successfully downloading.
Power BI Security Fundamentals
Brodie Brickey SSIS Basics.
Do-It-Yourself Performance Monitoring
Simplify your daily tasks with DBATools!
Module 02 Operating Systems
Presentation transcript:

Transforming Your Brain with SQL 2017 on Linux Andrew Nakamura Transforming Your Brain with SQL 2017 on Linux

Transforming Your Brain with SQL 2017 on Linux

https://www.nytimes.com/2016/08/08/business/media/this-is-your-brain-on-drugs-tweaked-for-todays-parents.html

https://www.nytimes.com/2016/08/08/business/media/this-is-your-brain-on-drugs-tweaked-for-todays-parents.html

https://www.nytimes.com/2016/08/08/business/media/this-is-your-brain-on-drugs-tweaked-for-todays-parents.html

You will forget 50% of this presentation FACT You will forget 50% of this presentation in less than 1 hour

You will forget everything in this presentation FACT You will forget everything in this presentation In less than ___ days

You will forget everything in this presentation FACT You will forget everything in this presentation In less than 7 days

FUN QUESTION What session are you in?

https://www.casino.org/news/wp-content/uploads/2014/04/brain-990x622-768x483.png

https://nonuple.com/reasons-to-avoid-social-media

https://coffeetapeclimb https://coffeetapeclimb.com/2016/02/19/interview-alex-honnold-on-alone-on-the-wall-and-climbing-while-on-a-book-tour/

What is a Linux distro?

What is a Linux distro? A Linux distribution (often abbreviated as distro) is an operating system  made from a software collection, which is based upon the Linux kernel and, often, a package management system. 

What is a Linux distro?

What Linux distros are *officially* supported on SQL 2017?

What Linux distros are *officially* supported on SQL 2017? Red Hat Enterprise Linux SUSE Linux Enterprise Server Ubuntu

What Linux distros are *officially* supported on SQL 2017? Red Hat Enterprise Linux 7.3 SUSE Linux Enterprise Server 12sp2 Ubuntu 16.04

What Linux distros are *officially* supported on SQL 2017?

What distro SHOULD I install?

What distro SHOULD I install? It depends

What is a Linux repository?

What is a Linux repository? A software repository, colloquially known as a "repo" for short, is a storage location from which software packages (programs) may be retrieved and installed on a computer.

What is a Linux repository?

What do I need to install Linux in a Hyper-V?

What do I need to install Linux in a Hyper-V? Hard drive – Fixed not Dynamic Memory – 2.2GB Memory – Fixed not Dynamic Disable Secure Boot Disable Time Synchronization Network card setup

Install Ubuntu DEMO

Install SQL Server Import the public repository GPG keys Register the Microsoft SQL Server Ubuntu repository Run the following commands to install SQL Server sudo apt-get update sudo apt-get install -y mssql-server After the package installation finishes, run mssql-conf setup  Once the configuration is done, verify that the service is running

sudo apt-get update Sudo = Super User Do apt-get = package manager Command= update, install, uninstall

sudo apt-get update

Install SQL Server Import the public repository GPG keys Register the Microsoft SQL Server Ubuntu repository Run the following commands to install SQL Server sudo apt-get update sudo apt-get install -y mssql-server After the package installation finishes, run mssql-conf setup  Once the configuration is done, verify that the service is running

sudo dpkg -i {package}

sudo dpkg -i {package} Install SQL Server package OFFLINE

What is a Linux dependency?

What is a Linux dependency? Dependency is a broad software engineering term used to refer when a piece of software relies on another one.

Install SQL Server DEMO

Why SQL on Linux?

Why SQL on Linux? Disk Requirements Installation Change of versions Upgrades Uninstall

Why SQL on Linux? because its cool

What is SQL Operations Studio?

What is SQL Operations Studio? SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.

What is Visual Studio Code?

What is Visual Studio Code? Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.

Install SQL Operations Studio and Visual Studio Code DEMO

What did you learn today?

https://www.nytimes.com/2016/08/08/business/media/this-is-your-brain-on-drugs-tweaked-for-todays-parents.html

What did you learn today? Linux Distribution Preparation before installation in Hyper-V Linux Repository Install Ubuntu Install SQL Server Install SQL Operations Studio Install Visual Studio Code

PASS MARATHON http://www.pass.org/marathon/2017/december/About.aspx

24 HOURS OF PASS

Goldilocks and the Three Linux Bears April 25, 2018 @5pm

Please Support Our Sponsors

Orange County User Group Local User Groups Orange County User Group 2rd Thursday of each month bigpass.pass.org Los Angeles User Group San Diego User Group 3rd Thursday of each odd month 1st & 3rd Thursday of each month meetup.com/sdsqlug sqlla.pass.org meetup.com/sdsqlbig Malibu User Group Los Angeles - Korean 3rd Wednesday of each month Every Other Tuesday sqlmalibu.pass.org sqlangeles.pass.org SQLSaturday Los Angeles June 9th SQLSaturday San Diego September 15th

Discount Code: SSDISODNS SQL Summit Annual International Conference November 6 -9 | Seattle, WA 2 Days of Pre-Cons 200+ sessions over 3 days Over 5,000 SQL Professionals Evening Networking Activities Discount Code: SSDISODNS

What did you learn today? Andy Nakamura andy@andynakamura.com