Automate SQL Scripts using .NET Core 5 with DbUp | Part 2 : .NET Core + DbUp + Microsoft SQL Server

preview_player
Показать описание
Hello everyone, welcome to my youtube channel Coder99
In this video, we will learn together about Database SQL Scripts Automation.
For this, we will develop .NET Core 5 console application and we will use the DbUp library to run SQL scripts automatically.

To simplify this concept, I will be doing 3 parts of this POC(Proof of Concept) series. So in this 2nd part, I will be targetting the SQL Scripts automation against the Microsoft SQL Server database.

Database SQL Scripts Automation Series :

Source code:

Dev Environment Setup Includes :
Visual Studio Community 2019
Microsoft SQL Server 2019

DbUp .NET Library :
"DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date."

DbUp Docs Links:

Please SUBSCRIBE my channel, also like and share my video. THANK YOU for helping me grow this channel !!
Let's keep learning, keep coding and stay blessed!
Рекомендации по теме
Комментарии
Автор

Thanks, this is amazing. Will you be doing one on deploying to Azure SQL using DbUp?

rickygore