22-25 April 2026

Automating SQL Server Management with GitHub Actions and PowerShell

Proposed session for SQLBits 2026

TL; DR

This talk demonstrates how GitHub Actions can be leveraged with PowerShell and SQL Server to streamline database operations and implement DevOps practices for your database environment.

Session Details

This talk demonstrates how GitHub Actions can be leveraged with PowerShell and SQL Server to streamline database operations and implement DevOps practices for your database environment.

What you'll learn:
• GitHub Actions – This powerful CI/CD platform enables automation triggered by code commits, issue creation and more.
• PowerShell and dbatools – We'll then add PowerShell and dbatools into the mix to extend the automation to managing SQL Server automation.
• Demos and Ideas – I'll show multiple demos, including using AI to summarise GitHub Issues, creating SQL Server databases and deploying database change with sqlpackage.

This session aims to give you a practical understanding of how to combine these technologies to reduce manual effort, minimize human error, and build more reliable and repeatable processes for your SQL Server environments.

3 things you'll get out of this session

- What GitHub Actions are - How GitHub Actions can be used with PowerShell to automate processes - Attendees will leave with ideas for what they can automate