Hi
If you are using SQL Server, then you can face corruption issue in your SQL Server database. In this situation, you no need to be anxious; you can easily solve this issue with an advance tool. I am going to introduce about such tool which is well known as SQL Server Repair Kit that can quickly repair corrupted or damaged MDF file from SQL Server 2012, 2008, 2005 & 2000 without harm your data integrity.
Check this out:- http://www.mssqlserver.repair/
If you need to manually restore an SQL Database in Management Studio you can follow the instructions below for the version of SQL Server running on your server.
SQL 2012:
1. Log onto SQL Server Management Studio.
2. Navigate to the database you wish to restore.
3. Right Click > Tasks > Restore > Database.
4. Once on the General tab set the source to Device > Select Backup Device > Add > Navigate to the .bak file you're restoring to.
5. Ensure The Destination Database is the correct one.
6. Select the Options tab.
7. Check "Overwrite the existing database (WITH REPLACE)" and "Close existing connections to destination database".
8. Uncheck "Take tail-log backup before restore".
9. Click OK.
Regards