Tag Archives: syndicated

Friday Flyway Tips–Above Target Migrations

Recently I was working with Flyway Desktop (FWD) and practicing deploying certain migrations and not others. I don’t recommend this, but a customer was doing this and I wanted to reproduce some things they were trying to help them. In … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Friday Flyway Tips–Above Target Migrations

A New Word: the whipgraft delusion

whipgraft delusion – n. the phenomenon in which you catch your reflection in the mirror and get the sense that you’re peering into the eyes of a strange, as if you’re looking at a police sketch of your own face … Continue reading

Posted in Blog | Tagged , | Comments Off on A New Word: the whipgraft delusion

Creating a Scripts Folder in SQL Compare

While I was at a conference recently, someone asked me about the Scripts Folder feature in SQL Compare and how to set that up. This post just looks at how to get SQL Compare to set up a Scripts folder … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a Scripts Folder in SQL Compare

Using DATETRUNC–#SQLNewBlogger

I saw someone using DATETRUNC recently in some code and realized I hadn’t really looked at this function before. It’s one that was added in SQL Server 2022, though it’s been in other platforms for years. This post looks at … Continue reading

Posted in Blog | Tagged , , | Comments Off on Using DATETRUNC–#SQLNewBlogger