Tag Archives: syndicated

Restore with Standby–#SQLNewBlogger

A customer had a question about restoring with standby, so I wrote a quick post to explain how this works. Another post for me that is simple and hopefully serves as an example for people trying to get blogging as … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Chicago Database DevOps in a Day Workshop

I’m heading to Chicago today for the Redgate Database DevOps in a Day workshops. This is the first of many on the US tour. I’ll be at 5 of them, but there will be another 5 where Ryan, Grant, or … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Chicago Database DevOps in a Day Workshop

Quickly Creating a tsqlt Test for a Query

One of the things that I feel is important to building better software is testing your code. It should be easy and simple to test code and determine if a chance or enhancement has broken anything. This usually requires a … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Friday Flyway Tips: More Config Options

Working with various Flyway configuration options used to be a pain since they were either CLI parameters or in a text files. We’ve made editing these easier in Flyway 6.5.4. I’ve been working with Flyway Desktop for work more and … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Friday Flyway Tips: More Config Options