Using DbUp - The first go...
So a release was coming up with multiple SQL scripts to be executed in a sequence. The best bet was to use a tool such as DbUp to automate the process. DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which...
Mar 19, 20151 min read151


