PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > recover from backup to N backup devices
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
recover from backup to N backup devices

Réponse
 
LinkBack Outils de la discussion
Vieux 10/09/2008, 03h19   #1
GPO
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut recover from backup to N backup devices

We currently use this code to backup our database:
BACKUP DATABASE [my_db] TO
DISK = N'E:\SQL Backups\my_db_Backup.bak',
DISK = N'F:\SQL Backups\my_db_Backup.bak'
WITH
NOFORMAT,
INIT,
NAME = N'my_db-Full Database Backup',
SKIP,
NOREWIND,
NOUNLOAD,
STATS = 10
GO

When I try to restore from just one of the files I get this message:
"The media set has 2 media families but only 1 are provided. All members
must be provided."
My question is this: If the E:\ drive or the F:\ drive dies and we lose
access to one of the members do we lose access to the entire backup?

This would be ironic because I think the person who set it up, did it across
two drives precisely to avoid this outcome.
  Réponse avec citation
Vieux 10/09/2008, 03h35   #2
Dan Guzman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: recover from backup to N backup devices

> My question is this: If the E:\ drive or the F:\ drive dies and we lose
> access to one of the members do we lose access to the entire backup?
>
> This would be ironic because I think the person who set it up, did it
> across
> two drives precisely to avoid this outcome.


The purpose of a striped backup is for performance, not redundancy. If you
need redundancy, specify MIRROR TO or make a copy the backup files
afterward.

--
Hope this s.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/

"GPO" <GPO@discussions.microsoft.com> wrote in message
news:22843EF9-F402-4C11-812F-C08B060B96BF@microsoft.com...
> We currently use this code to backup our database:
> BACKUP DATABASE [my_db] TO
> DISK = N'E:\SQL Backups\my_db_Backup.bak',
> DISK = N'F:\SQL Backups\my_db_Backup.bak'
> WITH
> NOFORMAT,
> INIT,
> NAME = N'my_db-Full Database Backup',
> SKIP,
> NOREWIND,
> NOUNLOAD,
> STATS = 10
> GO
>
> When I try to restore from just one of the files I get this message:
> "The media set has 2 media families but only 1 are provided. All members
> must be provided."
> My question is this: If the E:\ drive or the F:\ drive dies and we lose
> access to one of the members do we lose access to the entire backup?
>
> This would be ironic because I think the person who set it up, did it
> across
> two drives precisely to avoid this outcome.


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h52.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,08723 seconds with 10 queries