Skip to content

mheslin/SQL-Server---RHEL-BM-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-Server - RHEL-BM-Demo

Scripted demo of how to install, configure SQL Server on RHEL Bare Metal

Demo consists of three stages:

  1. Installation of SQL Server 2017
  2. Installation of SQL Server Command Line Tools
  3. Sample Database Load and Query

The total time required to complete these steps is approximately 5 minutes.

Prerequisites

Included Files

  1. demo.sh /* simple bash script to walk-through installation steps
  2. Load_DB.sql /* SQL script to create, load a sample SQL database
  3. Query_DB.sh /* SQL script to run three queries against SQL database
  4. Drop_DB.sh /* SQL script to delete SQL database
  5. cleanup.sh /* simple bash script to remove SQL database, tools, restore firewall, etc.

Installing the Demo

  1. Create a directory on the demo host - e.g. mkdir -p ~demo-user/sql-demo
  2. Download the demo scripts to the demo host/directory
  3. Ensure execute permissions are set for all demo scripts - e.g. chmod +x

Running the Demo

$ cd ~demo-user $ ./demo.sh

Removing the Demo

$ cd ~demo-user $ ./cleanup.sh

About

Demo of how to install, configure SQL Server on RHEL Bare Metal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages