Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some explanations on the backup
Message
 
 
À
10/02/2009 18:53:06
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Copies de sauvegarde
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Web
Divers
Thread ID:
01380728
Message ID:
01380732
Vues:
36
BTW, I use http://www.nigelrivett.net/SQLAdmin/BackupAllDatabases.html for all database backups on my SQL Servers.

>I did a backup with this:
>
>
>BACKUP DATABASE [MyDatabase] TO  DISK = N'D:\Data\Backup\MyDatabase'
> WITH NOFORMAT, NOINIT,  NAME = N'MyDatabase-Full Database Backup', SKIP, NOREWIND, NOUNLOAD,  STATS = 10
>GO
>
>
>This has created a file in the mentioned location. The file name is MyDataBase. There is no extension. Windows also do not recognize that file because there is no extension so I have no idea what it is. What kind of format is it? Is that file encapsulating the .mdf and the .ldf? To recover from a backup, I assume we would have to issue a restore. Is that correct?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform