Restore SQL database from multi-part backup

Home / Restore SQL database from multi-part backup

The database backup is named like “Something_[1-x].bak”, where x is the number of backup file parts.

  • $(DB) is the database name
  • $(CHUNKS) is the number of backup file parts
  • $(PATH) is the path of the first backup file (assumes all of the backup files are in the same directory)