Why when trying to restore a SQL DB from backup, it keeps referring to backup's original location an

Posted by rm on Super User See other posts from Super User or by rm
Published on 2010-04-02T17:56:16Z Indexed on 2010/04/02 18:03 UTC
Read the original article Hit count: 263

  1. I've done a full DB backup to C:\Backups\MyDb.bak
  2. Then I've setup a job to incrementally back the DB up every day to that same location.
  3. Then I've moved the backup files to X:\Backups\, changing the target directory in backup job
  4. Now that I try to restore the database from backup, it keeps trying to refer to C:\Backups\MyDb.bak, but that file is no longer there.

How do I fix the issue w/o having to move the backup files back to C:\Backups?

© Super User or respective owner

Related posts about sql-server-2008

Related posts about backup