Activity overview
Latest activity by Amirhadi
Error when deleting a clone after upgrade to the latest version
Hello,We have just upgraded our SQL clone to the latest version and after that we were not able to remove some clones and we got the following error message :Message: "Could not detach virtual disk...
Thanks for the information, but I mentioned "Connect-SqlClone" just as an example , actually we used "Wait-sqlCloneOperation" but all exceptions that we get from SqlClone commands are the same : "A task was canceled" and that makes the debugging difficult for us, Amirhadi / comments
Thanks for the information,but I mentioned "Connect-SqlClone" just as an example , actually we used "Wait-sqlCloneOperation" but all exceptions that we get from SqlClone commands are the same : "A...
How to get detailed exception information
Hello,We started to use SQL Clone commands to automate the creation and refreshing the Images, so we scheduled some tasks to be run in a certain period of time to refresh Images and Clones, we also...
Hello and thanks for your detailed answer,
The thing that we want to do is running an executable that will set some application security on the database during the creation of the Image , so for now I can exclude it from my script and put it in a job to run , but it will be a nice to have feature to be able to use xp_CMDShell in this step,
Thanks, / comments
Hello and thanks for your detailed answer,
The thing that we want to do is running an executable that will set some application security on the database during the creation of the Image , so for no...
Exception when trying to run SQL script during the creation of an Image
Hello,
I am trying to automate the creation of Images and clones , for this purpose I need to run a SQL script during the creation of the image , my SQL script will use xp_CMDShell to run another P...