I am trying to get a mdf and ldf file to run again.
This is about my last chance to get it right (no good backups...)
First I tried to make a new databse and point to the mdf file: "this is not a valid file" SQL server says.
Then I made a new database with the same name, stopped SQL server, deleted the new files and put the "old" files in.
Start SQL server.
At first everything looks OK, but when going to tables or views it comes up with: "Database '200' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details."
running dbcc checkdb ('200') in the query analyzer gives the same message.
In the log files I see: "I/O error (bad page ID) detected during read at ...200.mdf"
Can someone help me with how to get the database back to life? Say Yes please.
Frans
This is about my last chance to get it right (no good backups...)
First I tried to make a new databse and point to the mdf file: "this is not a valid file" SQL server says.
Then I made a new database with the same name, stopped SQL server, deleted the new files and put the "old" files in.
Start SQL server.
At first everything looks OK, but when going to tables or views it comes up with: "Database '200' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details."
running dbcc checkdb ('200') in the query analyzer gives the same message.
In the log files I see: "I/O error (bad page ID) detected during read at ...200.mdf"
Can someone help me with how to get the database back to life? Say Yes please.
Frans