Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use Microsoft Management Studio to edit the job.
  2. Find and delete this code:
    sqlvdbmapgen -BackupFile MyFolder\MyBackupFiles\Name.bak -WindowsUsername targetdomain\account -WindowsPassword password
  3. Enter this new code:
    sqlvdbcmd Map MyFolder\MyBackupFiles\Name.bak -WindowsUsername targetdomain\account -WindowsPassword password
  4. Save the job, and then run it manually to validate that it completes as expected.

...

  1. Use Microsoft Management Studio to edit the job.
  2. Find and delete this code:
    sqlvdbcli -Cleanup
  3. Enter this new code:
    sqlvdbcmd Cleanup
  4. Save the job, and then run it manually to validate that it completes as expected.

...

  1. Use Microsoft Management Studio to edit the job.
  2. Find and delete this code:
    sqlvdbcli -Create -Database MyNewVirtualDB -Full MyFolder\MyBackupFiles\Name.bak -InstanceName TargetServer -WindowsUsername targetdomain\account -WindowsPassword password
  3. Enter this new code:
    sqlvdbcmd Create VirtualDatabaseName MyFolder\MyBackupFiles\Name.bak -WindowsUsername targetdomain\account -WindowsPassword password
  4. Save the job, and then run it manually to validate that it completes as expected.

...