N/A
3) Download and install the Microsoft SQL Server Management Studio Express if a full version of Microsoft SQL is not on the server.
4) Launch the Microsoft SQL Server Management Studio Express and connect to the
5) Under the Object Explorer expand the server
6) Right click on Database and choose "Restore Database"
7) Select database to restore or type name under "Destination for Restore"
8) Under "Source for Restore" change radio button to "From Device"
9) Click the browse button and select the location of the backup file created in step#1 then click OK
10) Verify the information is correct under "Select the backup sets to restore:" then check the Restore box
11) Click OK to restore database
Note: If original database is still operational, a 2nd database can be restored for side-by-side comparison by typing a different database name in Step#7
Method 2 - Detach existing database and attach previously backed up database files
1) Download and install the Microsoft SQL Server Management Studio Express if a full version of Microsoft SQL is not on the server.
2) Launch the Microsoft SQL Server Management Studio Express and connect to the
3) Under the Object Explorer expand the server
4) Expand Databases and find the database that needs to be restored
5) Right click on the database and choose "Properties"
6) Determine the physical file names and location of both the database and transaction log listed under Files
7) Right click on the database and goto Tasks / Detach to detach the database. Check the box to "Drop Connections" and remove check from "Keep Full Text Catalogs" then click OK
9) Right click on Databases and choose "Attach"
10) If successfully attached, the database should now be listed again under Databases