Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 873 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 873 Bytes

sandbox-sqlserver2017

About

This repository holds the configuration and instructions for hosting a SQL Server 2017 development sandbox.

Currently running SQL Server 2017 Express on CentOS 7.6

Install

  1. install VirtualBox 5.2.30
  2. install Vagrant 2.2.4
  3. on Windows 7 SP1 ONLY you will have to update PowerShell to version 3 or above for Vagrant
  4. run cmd as admin
  5. cd to directory with this repo
  6. vagrant up

ssh

  1. install putty
  2. connect to 192.168.56.4 port 22 as vagrant/vagrant

Development/Debug

  1. install DBeaver
  2. connect with
    • host: 192.168.56.4
    • port: 1433
    • username: SA
    • password: Password1