Posts Tagged ‘Restore MSSQL databses’
How to restore database backup of MSSQL
Written by Mangesh on September 20, 2008 – 3:10 am -1. Open MSSQL Server Management Studio. (Start >>> programs >>> Microsoft SQL server 2005 >>>
SQL server Management studio Express)
2. Connect to MS SQL Server database
(Connect to server window)
Server name: 192.168.XX.XX\SQLEXPRESS
Authentication: SQL server Authentication OR Windows Authentication
Login: sa
Password: xxxxxx
Then press connect
3. After login to SQL server
1. Expand the Databases
2. Select the database test_db
3. Right click on database
4. Select Tasks >>> then select restore
5. Open restore database window
6. Under the source for restore >>> select from device
7. Then select square box in front of from device
8. Specify backup window open
9. Select add button
10. C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\test_db.bak ( Backup location path ) >>> press ok
11. Select the check box (Restore) under the select the backup sets to restore
12. After this select the “Option” Icon >>> under the restore options >>> select Overwrite the
existing database >>> press ok
13. Restore DB successfully massage window comes >>> press ok
Done.
Tags: Add new tag, C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\, How to restore database backup of MSSQL, MSSQL, MSSQL Server Management Studio, Restore MSSQL databses, SQL server Management studio Express
Posted in Dedicated Server Hosting | No Comments »





