Fail to attach MDF file in the SQL Server!

repair mdf fileSQL Server database consists of three types of files namely primary, secondary and transaction log files. Primary and secondary data files can store data in the database while transaction log files helps to hold transaction information that is used to recovering data at the time of disaster. While creating a database in the MS SQL Server, it automatically creates two types of files the primary or MDF and log or LDF files. SQL Server treats the MDF file as primary database file to store all the data. Again each MDF file has a LDF file that is associated with MDF files.

Read more

How to Repair Corrupt SQL Server Database?

sql2SQL Server Corruption is worst nightmare SQL Server users. SQL Server allows the users to store and retrieve data whenever required. Any company from small to large enterprise, it comprises of integrity and the available of data constitute of business emergency. The SQL database corruption can cause large financial loss or drop in reputation or customer retention. These corruptions occur due to several reasons such as shut down errors, hard drive issues, SQL Server account changes, space limitation, and invalid database file header and virus attacks.

Read more