Repair mdf file
Answers were Sorted based on User's Feedback
Hi,
I have 2 databases with 50gb each with very crucial data, now the sql is telling me that both are corrupted.
Is there any way to repair?
I have run some sql commands that I found on the internet but nothing is fixing the problem.
Regard
Is This Answer Correct ? | 0 Yes | 0 No |
Try:
MDF Repair Kit. An exciting new product from Repair Kit, this MS SQL MDF repair tool is an absolutely indispensable tool for anyone who wants to know how to repair MDF files in minutes. The program is based on a powerful analysis core and uses a convenient wizard-driven UI.
For more: http://www.mdf.repair/
Is This Answer Correct ? | 0 Yes | 0 No |
What is the command to change the recovery model?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
What is join and name different type of joins?
What is difference between join and natural join?
What is the osql utility?
What is Online Index Rebuild Operation?
How can i Relate Tables in SSIS
What does the update command do?
What happens if we shrink log file in sql server?
what is blocking? : Sql server database administration
List the data types available in mssql?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that