Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restore a database
Message
From
20/03/2019 22:32:06
 
General information
Forum:
Microsoft SQL Server
Category:
Backups
Miscellaneous
Thread ID:
01667416
Message ID:
01667429
Views:
42
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform