adspace


How do I repair damaged sql server mdf file database?
In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?

Answer Posted / Navneet Singh Sirohi

Unfortunately, restoring data from a damaged MDF file can be complex. Here are some steps you might consider:

1. Use a professional third-party tool like SQL Data Recovery or AweSUO SQL Recovery to repair the MDF file.
2. If possible, restore the database from a backup. If you don't have a recent backup, consider using SQL Server's Transaction Log (TL) backup files.
3. If all else fails, you might need to rebuild the database from scratch and manually recover data where possible.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can sql servers link to other servers like oracle?

923


What kind of problems occurs if we do not implement proper locking strategy?

1503


How to remove duplicate rows from table except one?

1093


Is it possible to have clustered index on separate drive from original table location?

1041


What are the different types of subquery?

1235


How can we solve concurrency problems?

1123


do you know how to configure db2 side of the application? : Sql server database administration

1125


Can you index views?

955


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1300


Explain “row_number()” in sql server with an example?

1080


What is in place upgrade in sql server?

1127


What is clustered index

1089


Why use identity in sql server?

1204


Does view occupy space?

1024


Why should you use or avoid select * statements?

1113