Vendors/3rd-party Products

External Article

Flyway for SQL Server Data Tools Users

  • Article

If you are using SSDT for authoring, building, debugging, and publishing a database project, how do you change to, or preferably migrate towards, a Flyway-based database development? Flyway doesn't need to replace any code part of SSDT, but if allowed to manage every release candidate, it does allow for much cleaner branching, merging, and deployments.

2023-06-12

External Article

Flyway and SSDT: Extracting a DACPAC from a Flyway-managed Database

  • Article

When you are integrating Flyway into an existing SQL Server SSDT development, you don't necessarily have to change everything at once. The development team might continue to use the SSDT tools, but Flyway will soon take over the deployments. This means that any automated processes will need to be able to handle both DACPACs and Flyway migration scripts with equal grace. In this article, I'll demonstrate how to automatically extract a versioned DACPAC from each new Flyway version of a database.

2023-05-29

Blogs

So You Think You Should Get a Radio

By

This is not database related, so if you’re not interested in hearing about something...

Speaking at SQL Saturday Austin 2025

By

SQL Saturday Austin 2025 is in just a few days. I am honored to...

Updating SSMS is Easy (w/ v21)

By

I’ve been using the SSMS preview for v21. This is the next evolution of...

Read the latest Blogs

Forums

fetch an execution plan from SQL Server's buffer cache

By Akash Rathi

Comments posted to this topic are about the item fetch an execution plan from...

A way for the team to keep track of changes made

By JP789

Is there a best practice way for the team to keep track of changes...

SQL Query Performance with Left Join

By juniorDBA13

I have a query that is performing poorly It has a left join to...

Visit the forum

Question of the Day

The Long Running Backup

I have a long running backup of the Sales database during a maintenance window that is going to take another 2 hours to complete on SQL Server 2022. I also need to perform some proactive work and add another file (ndf) to the Sales database to handle the expected growth of the next month. Can I do both simultaneously?

See possible answers