Hi All,
We regularly create database snapshots using SMSQL. We have recently found one strange issue with database creation. We use below command to create db clone.
clone-database –svr 'servername' –inst 'servername' -d 'PROD_DB' -tgInst 'SERVERNAME' -tgDb 'PROD_DB_01' -tgmpdir 'DirectoryDetails' -ForceTerminateConnection -RetainBackups 1 -trunclog $false –mgmt standard
So instead of creating database PROD_DB_01 the snap manager restored database with name PROD_DB__Clone on it's own.
The command mentioned above is scheduled through sql agent job to avoid any manual intervention.
Can somebody help with the same to resolve the issue of wrong database creation with completely different name even when we pass the name of database through command only.