Search this blog
The Current Book – Do Hard Things
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- Coding Magic Values voiceofthedba.com/2023/02/04/cod… 1 day ago
- @TracyBoggiano @YatesSQL We're here to listen and help if we can. Hope Friday goes smoothly 2 days ago
- Today's editorial: The Senior Advantage voiceofthedba.com/2023/02/03/the… 2 days ago
- Tesla Charging Experiences voiceofthedba.com/2023/02/03/tes… 2 days ago
- Daily Coping 3 Feb 2023 voiceofthedba.com/2023/02/03/dai… 2 days ago
- RT @SqlWorldWide: SSMS 19.0 has minor version upgrade. Release number: 19.0.1 learn.microsoft.com/en-us/sql/ssms… #sqlserver 3 days ago
- @gbargsley @js_0505 @Warwick_Rudd @redgate @GFritchey Yep, just got a message a bit ago that this is the case. Work… twitter.com/i/web/status/1… 3 days ago
- If you're an Oracle person, The RMOUG is running Training days in a few weeks, Feb 15-17. I'm speaking, as are many… twitter.com/i/web/status/1… 3 days ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Tag Archives: Flyway
Flyway Desktop Projects for My PoC
In a previous post, I set up the basic databases for the PoC project I’m working on. In this next post, we’ll get the Flyway Desktop projects set up for the PoC. This is part of a series of working … Continue reading
Starting the Flyway PoC–Environment
I’ve had a goal to redo my demo environments and get them set up to work for a variety of customers in different places. I decided to do this in a way that uses new Redgate technology, with the integration … Continue reading
No Flyway Baseline No Migration
In my experiments with the Flyway CLI (fwcli), I’m finding some interesting behavior, some of which is catching my by surprise. This post looks at the baseline command and the issues with not having one. I also cover a naming … Continue reading
Getting Started Connecting to a Database with Flyway
In a previous post, I got Flyway installed as a CLI utility (command line interface). This post will look at the first connection to a database. If you need to install Flyway on Windows, see my previous post. Concepts Flyway … Continue reading