Posts Tagged ‘MSSQL Server Management Studio’
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 »
MSSQL
Written by Mangesh on September 18, 2008 – 7:23 am -How to backup the databases
Backup of MS SQL Server 2005 databases
This is the steps of backup:
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 >>> select backup
5. then open backup database window
6. Under Backup type select Full
7. Under the destination
8. C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\Backup\test_db.bak
9. Enter the path and file name for the backup file
( add this default path and backup should be in .bak format )
10. Press OK
11. backup successfully windows
12. press ok
Done.
Tags: Add new tag, Backup of MS SQL Server 2005 databases, C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\Backup\, MS SQL Server 2005, MSSQL, MSSQL Server Management Studio, SQL server Management studio Express
Posted in Windows VPS | 1 Comment »





