[SQL Clone home]
These pages cover SQL Clone Technical Preview 0.2 to 0.3, which is not the latest version. Help for other versions is also available.
This is usually because you don't have the Microsoft Visual C++ 2013 and 2015 Redistributable Packages installed. If prompted, please install the x64 versions. You can download them here:
https://www.microsoft.com/en-us/download/details.aspx?id=40784
https://www.microsoft.com/en-gb/download/details.aspx?id=48145
This is usually because the user connecting to the server does not have permissions to list the files associated with a database. Use the shoud grant the VIEW ANY DATABASE permission to the user:
GRANT VIEW ANY DATABASE TO CloningUser
This occurs because the clone is not online. Ensure that the snapshot file is accessible, then restore the clones.
If the snapshot or clone data files are no longer available, it will not be possible to restore the clone. Drop the database and remove the data using Remove-InstantCloneClone with the -onlyData flag.