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 VirtualBox 5.2.30
- install Vagrant 2.2.4
- on Windows 7 SP1 ONLY you will have to update PowerShell to version 3 or above for Vagrant
- run cmd as admin
- cd to directory with this repo
vagrant up
- install putty
- connect to 192.168.56.4 port 22 as vagrant/vagrant
- install DBeaver
- connect with
- host: 192.168.56.4
- port: 1433
- username: SA
- password: Password1