Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alex-Yates/1bcc22f03bbc369aac723a9485b03c7f to your computer and use it in GitHub Desktop.
Save Alex-Yates/1bcc22f03bbc369aac723a9485b03c7f to your computer and use it in GitHub Desktop.
Session abstract for SQL Relay
Title:
How to provision n >TB virtual SQL Server environments from scratch in seconds on a laptop with limited diskspace using containers and clones
Abstract:
Provisioning dev environments is often a slow, complicated and manual process. Often devs simply don't have the diskspace.
You can solve many of the these problems with virtualisation technologies and source controlled powershell scripts.
We'll show you how by talking you through:
DOCKER CONTAINERS
1. Defining containers
2. Configuring Windows Server 2016 to run containers
3. Running SQL Server containers
4. Creating custom container images
5. Sharing container images
REDGATE CLONES
6. Defining database clones
7. Configuring the SQL Clone server
8. Creating database images from backups or live databases
9. Provisioning clones to a container in one click
10. Provisioning clones in PowerShell - on a loop
The session will explain concepts via slides which will be backed up by demos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment