Skip to content

erikbaranowski/sandbox-sqlserver2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages