Requirements
Published 27 October 2016
Both Server and Agent require a 64-bit operating system with .NET Framework 4.7.2 .
SQL Clone Server requirements
A single central server is required to use SQL Clone within an organization, it co-ordinates agents, and serves the SQL Clone web app.
SQL Clone Agent requirements
An agent should be installed on the same machine as any SQL Server you wish SQL Clone to use as a source of images, destination for clones, or temporary scratch space for restoring backups.
SQL Clone PowerShell cmdlets requirements
The SQL Clone PowerShell cmdlets, which you can download from the web client, have the following requirements:
Requires:
- PowerShell 3.0 (or higher)
- TLS 1.2 (or higher) - Older versions have been deprecated by Microsoft and cause problems when running SQL Clone operations. Please check this page for instructions on how to migrate.
Browser requirements
Image storage requirements
SQL Clone requires a network share to store database images so they can be accessed by multiple users.
An image will be roughly the same size as the original database. The file share must have sufficient disk space available to store it.
A single image cannot be split across multiple disks (e.g. you cannot split a 20TB image into four smaller 5TB parts) but you can store different image files in different file shares.
Since clones will talk directly to the image, there should be a high bandwidth and low latency connection between the machine hosting the clone and the machine hosting the image files.
If a file share has a limitation on the maximum size of a single file, it must be greater than the size of any image you are going to create. For example, a file share hosted in Azure has a maximum file size of 4 TiB so it would be impossible for SQL Clone to store an image there that is larger than 4 TiB on disk.