Tag Archives: SQL Clone

Creating a SQL Clone Image from a SQL Clone Database

A customer asked if a new image could be created from a database that was itself a SQL Clone. It can, and I’ll show that in this post. This is part of a series of posts on SQL Clone, which … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a SQL Clone Image from a SQL Clone Database

A Weekly SQL Clone Image Creation Process

SQL Clone is a neat product from Redgate that I wish I’d have had when I was doing database software development. It lets me have a consistent image for all developers, and create/reset databases to that starting point in seconds. … Continue reading

Posted in Blog | Tagged , , | Comments Off on A Weekly SQL Clone Image Creation Process

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