September 7, 2004 at 1:44 am
September 7, 2004 at 6:28 am
Hi James,
what do you mean with the database is corrupted ? What error does it give. Can you access the database ?
If the status of the database is loading, check your settings in BackupExec. I know that older versions did leave the database in that status in order to restore Tlog backups. If you don't have these you need to restore the database with the option recover (BackupExec calls it a little different but I don't remember the exact words).
If you get any other error please let us know, maybe there's still hope.
M
[font="Verdana"]Markus Bohse[/font]
September 7, 2004 at 8:15 am
Your customer has a big problem. He doesn't have a valid backup of the database. There are only two ways to backup a SQL Server database....
1. Open files (SQL Server in use). Use the BACKUP DATABASE commands. (Backup Exec can do this by way of the Agent for SQL Server).
2. Closed files (SQL Server shutdown/offline). Use operating system backup commands or 3rd Party software to backup files.
Your client backed up the database files while they were still in an open/in use state. This corrupts the files and I haven't heard of any way to restore them.
-SQLBill
September 8, 2004 at 10:11 am
Check if you can put the database in emergency mode and try to bcp out all the data.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply