Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Restore a database
Message
De
20/03/2019 22:32:06
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Copies de sauvegarde
Divers
Thread ID:
01667416
Message ID:
01667429
Vues:
43
>I created a database, named it 'test'.
>Then I selected this database -> Tasks -> Restore database.

I suggested to create a test database so you can double check to make sure your restore is ok, test it, before completely removing the actual one.

This restore script allows you to specify the test database:
USE Master
RESTORE DATABASE [Test] FROM DISK = N'D:\YourDirectory\YourSubDirectory\YourDatabase.bak'
 FILE = 1,  NOUNLOAD,  REPLACE,  STATS = 10
GO
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform