I am trying to use my database file which is in .mdf format and created on the date 14 July. Whenever i try to use my file in order to restore and update ...
The only suggestions I can find to fix this is to use the DBCC CHECKDB command with REPAIR_REBUILD; the problem, of course, is that the SQL Server won't even attach this MDF file in the first place so ...