Joshua Corrick (@joshcorr) : Using Dbatools To Automate Database Migrations

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 14

Joshua Corrick (@JoshCorr)

Using Dbatools to Automate


Database Migrations
http://jssug.com
Slack Channel – https://jssug.slack.com

#jssug #sqlhelp #jobhelp #sqlsatjax

https://tinyurl.com/y6spgfwn
Please Take Pictures and Post!

#SQLSatJax
@JSSUG
501 Legion Charitable Donation
Thank the 501 Legion for Supporting Our Event!

JSSUG Will Match Donations up to $200

Donation Bucket on Registration Table


Don’t forget Session Eval’s for Speakers!

Don’t forget Event Evals for xBox Raffle!

Schedule is Online and in GuideBook App


Modern Migration Tour
Register: https://tinyurl.com/y6qom9n3

When: June 15, 2019


Where: UNF

Sponsored by:

PASS, Microsoft & Intel


whoami
Joshua Corrick (@joshCorr)
https://Corrick.io/blog

Sr. Systems Engineer


Accidental DBA
Passionate about PowerShell
Major Contributor to Dbatools
What is Dbatools?
• A tool set for managing MS
SQL Servers
• It is written in PowerShell and
is an open sourced module
• https://Dbatools.io
• Written by @cl (Chrissy
LeMaire), @sqldbawithbeard
(Rob Sewell) and a handful of
others
But isn’t there something already?
• Yup..
• Sqlcmd – not PowerShell
• Minishell - SQLPS.exe
• SQLServer Snapin
• SMO
• SQLServer Module (2014-
present)

https://github.com/ashleymcnamara/Developer-Advocate-Bit/blob/master/This_Is_Fine_Bit_Flat.png
Case for Dbatools
• Community built
• Open to user review
• Codifying best practices
• Automates all the things
Demo

You might also like