Tag Archives: Redgate

Opening the SQL Prompt Command Palette

A few years ago SQL Prompt added a command palette to let you search the commands available. This is similar to the same concept in Visual Studio Code, ADS, and various other tools. This post looks at how to get … Continue reading

Posted in Blog | Tagged , , | 4 Comments

Friday Flyway Tips–Flyway Parameters

Flyway is a command line tool with lots of options and parameters. Working with those is a pain, but we’ve made this easier in Flyway Desktop 6.5+. In this tip, see how you can add parameters to your Flyway command. … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Friday Flyway Tips–Flyway Parameters

Friday Flyway Tips–Commit and Push

Flyway Desktop includes version control features with Git. One thing that was added in v6.5+ was the ability to commit and push. I’ve been working with Flyway Desktop for work more and more as we transition from older SSMS plugins … Continue reading

Posted in Blog | Tagged , , , , , | Comments Off on Friday Flyway Tips–Commit and Push

Running Flyway from PowerShell–A Gotcha

I ran across an interesting gotcha while trying to run a Flyway command from PowerShell. Specifically, the snapshot command and providing a parameter that is the snapshot.filename parameter. Someone reported an issue with Snapshot, so I tried it from a … Continue reading

Posted in Blog | Tagged , , | 3 Comments