Tag Archives: Redgate

Exchanging Schemas with SQL Compare Snapshots

Recently I was working with a customer and they asked if they could somehow package up their schema without the data and send this to a colleague. Absolutely, and that’s one reason we have SQL Compare snapshots. Here’s a quick … Continue reading

Posted in Blog | Tagged , , | Comments Off on Exchanging Schemas with SQL Compare Snapshots

A Quick SQL Change Automation Build

I was going through a few of the Redgate products with a customer recently and they wanted to perform some validation of the build and release process with SQL Change Automation without setting up Azure DevOps or Jenkins or any … Continue reading

Posted in Blog | Tagged , , | Comments Off on A Quick SQL Change Automation Build

Installing FlywayDB

I’ve been working on a demo for a customer. Part of the demo uses a new Redgate product, but Flyway is a part of that. In testing a couple things, I realized that I didn’t have FlywayDB installed on  this … Continue reading

Posted in Blog | Tagged , , | Comments Off on Installing FlywayDB

SQL Clone Works with FILESTREAM

SQL Clone is an amazing product that virtualizes your data, allowing multiple instances to share a read only image, but still produce writeable databases that look normal to SQL Server. It’s similar to how a container appears to a user, … Continue reading

Posted in Blog | Tagged , , , | 1 Comment