NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

SnapCenter powershell

akhil393
2,520 Views

Hi I am trying to clone a SQL database name X from server Y to Server Z as database C 

 

I am trying to run below command but the database on the server Z but it is defaulting to X. 

 

here is the command I am using. 

 

 

New-SmClone -CloneLastBackup 0 -Resources @{"host"="Y";"Type"="SQL Database";"Names"="Y\X"} -AppPluginCode SMSQL -CloneToInstance "Z" -AssignMountPointUnderPath "C:\SQLmntpnt"

 

0 REPLIES 0
Public