Viewing 5 posts - 1 through 5 (of 5 total)
Hi,sram24_mca,
When a MDF database file is corrupt, you can first use the SQL Server build-in command DBCC CheckDB and CheckTable to repair it, see:
http://technet.microsoft.com/en-us/library/ms176064.aspx
and
http://technet.microsoft.com/en-us/library/ms174338(v=sql.110).aspx
to get more information about the commands....
December 23, 2015 at 7:51 pm
Hi,
Let me explain the case in more details.
The database comes from a customer. The customer sent the full backups on Oct 1(Oct_1.bak) and Oct 10(Oct_10.bak) and want to restore to...
October 23, 2015 at 10:10 pm
You may try some third party tools. The one I have tried successfully in the past is DataNumen SQL Recovery at http://www.datanumen.com/sql-recovery/[/url] . You can use it to scan and...
November 16, 2014 at 9:52 am
You may make a backup of your database, then refer to the article at http://www.datanumen.com/sql-recovery/articles/dbcc-checkdb.htm to use DBCC CHECKDB to check your database, or try third-party tools such as DataNumen...
November 13, 2014 at 7:36 am
Which parameter is used to rebuild the database, 'REPAIR_ALLOW_DATA_LOSS' or REPAIR_REBUILD? If you use REPAIR_ALLOW_DATA_LOSS, then you must backup your database first since this parameter will cause data loss.
If REPAIR_ALLOW_DATA_LOSS...
October 21, 2014 at 5:45 pm
Viewing 5 posts - 1 through 5 (of 5 total)