sql server restoring back up error

前端 未结 3 732
无人及你
无人及你 2020-12-30 18:36

I have backed up a database I had created on an other machine running SQL server 2012 express edition and I wanted to restore it on my machine, which is running the same. I

相关标签:
3条回答
  • 2020-12-30 19:04

    My backup was scheduled on two different locations. once I selected both options during restoration its worked for me.

    0 讨论(0)
  • 2020-12-30 19:06

    Sandra Walter's Answer provides an accurate description of what has happened, but I found the answer a bit lacking.

    To make a backup which isn't striped (which is what has occurred in this situation), go back to the window where you setup the backup of your database. At the bottom is a list of paths where the different stripes will go to.

    Go to each of the listed paths and delete the stripe of the backup.

    Then remove all but one of the paths from the list in the window. And click the "OK" button. Your unstriped backup will be created at that one path.

    Hope that helps.

    0 讨论(0)
  • 2020-12-30 19:18

    This happens if, when you made the backup, you had multiple files listed in the backup destination textbox. Go back to your source server and create the backup again; this time, make sure there's only one destination file listed.

    If you had more than one file listed as the backup destination, the backup is striped across them; you'll need all the files to perform the restore.

    You can verify this by performing a RESTORE LABELONLY against the single file you copied to your destination server.

    0 讨论(0)
提交回复
热议问题