Tag Archives: Redgate

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

Creating a SQL Clone Agent and a First Image

In a previous post, I set up the SQL Clone server. This is really a metadata store and web front end, but it does no real work. The Agent service, which is installed on each SQL Server instance that will … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Unboxing SQL Clone 2020 for a PoC

When I got a new machine, I had SQL Clone on my old machine, in a few VMWare VMs. I decided to move this to my new machine, so that I can more easily demo things. I also want this … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Color Coding a Database on All Servers with SQL Prompt

SQL Prompt has some nice color coding features, but sometimes I want a database to keep the same color, regardless of instance. I don’t know that I’d recommend this, but since I work in demo environments across versions, this is … Continue reading

Posted in Blog | Tagged , , | Comments Off on Color Coding a Database on All Servers with SQL Prompt