TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
How to Restore a Database in SQL Server 2008
Vamshi Krishna
May 20, 2012
15.3k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Print
Other Artcile
You will learn how to restore a database in SQL Server 2008
Step 1:
Copy a backup file and paste it into your system (that means paste into any drive (D:/, E:/ ...))
Step 2:
Open SQL Server Management studio.
Go to Object Explorer (it is located in the left side) in the SQL Server IDE.
Select "Database" and Right-click.
A window will open; in that window select the "Restore Databases.." Option.
Another window will open.
That window has...
"Todatabase" option; you can give any Database name.
And select "From Device" radio button and go to browse ... and select "backup file".
Specify Backup window; in that window click the "Add" button.
The drives window displays; select your backup file from your system drives.
Click OK button.
Another wIndow displays; in that window ...
Check the "Restore" checkbox.
Click "OK" button.
The MSQLMS window is displayed.
And click Ok.
After completing all processes ...
Again go to "Object Explorer" and press the "Refresh" button.
Go to the database option and expand the database.
"Project" is our database name
Restore Database in SQL Server 2008
SQL Server 2008
SQL Server IDE
SQL Server Management studio
VS 2010
Recommended Free Ebook
Basics of SQL Server
Download Now!
Similar Articles