I'm encountering an error restoring a database. The restore from this file has worked multiple times before, suddenly, I'm getting failures 5 minutes and 50 seconds into the restore process. Any insight would be appreciated. Here is the log file:
SQL Backup log file
5/23/2008 12:20:50 AM: Restoring MyDB (database) from:
5/23/2008 12:20:50 AM: E:\SQLBackups\MyDB\FULL_(local)_MyDB_20080514_123704.sqb
5/23/2008 12:20:50 AM: RESTORE DATABASE [MyDB] FROM DISK = 'E:\SQLBackups\MyDB\FULL_(local)_MyDB_20080514_123704.sqb' WITH RECOVERY, MOVE 'MyDB' TO 'E:\SQL_DATA\MyDB_1.MDF', MOVE 'MyDB_log' TO 'G:\SQL_DATA\MyDB_2.LDF', REPLACE
5/23/2008 12:25:16 AM: Thread 0 error:
Process terminated unexpectedly. Error code: -2139684860
Device index out of range: 191
5/23/2008 12:25:16 AM: Thread 1 error:
Failed to service command. Error code: -2139684860
Process terminated unexpectedly. Error code: -2139684860
Device index out of range: 191
5/23/2008 12:25:16 AM: Thread 2 error:
Failed to service command. Error code: -2139684860
Process terminated unexpectedly. Error code: -2139684860
Device index out of range: 191
SQL error 3013: SQL error 3013: RESTORE DATABASE is terminating abnormally.
SQL error 3203: SQL error 3203: Read on 'SQLBACKUP_4B0CE1ED-61D2-4FA3-AC57-F064F49EB3FA02' failed, status = 995. See the SQL Server error log for more details.
Thanks,
dKK
SQL Backup log file
5/23/2008 12:20:50 AM: Restoring MyDB (database) from:
5/23/2008 12:20:50 AM: E:\SQLBackups\MyDB\FULL_(local)_MyDB_20080514_123704.sqb
5/23/2008 12:20:50 AM: RESTORE DATABASE [MyDB] FROM DISK = 'E:\SQLBackups\MyDB\FULL_(local)_MyDB_20080514_123704.sqb' WITH RECOVERY, MOVE 'MyDB' TO 'E:\SQL_DATA\MyDB_1.MDF', MOVE 'MyDB_log' TO 'G:\SQL_DATA\MyDB_2.LDF', REPLACE
5/23/2008 12:25:16 AM: Thread 0 error:
Process terminated unexpectedly. Error code: -2139684860
Device index out of range: 191
5/23/2008 12:25:16 AM: Thread 1 error:
Failed to service command. Error code: -2139684860
Process terminated unexpectedly. Error code: -2139684860
Device index out of range: 191
5/23/2008 12:25:16 AM: Thread 2 error:
Failed to service command. Error code: -2139684860
Process terminated unexpectedly. Error code: -2139684860
Device index out of range: 191
SQL error 3013: SQL error 3013: RESTORE DATABASE is terminating abnormally.
SQL error 3203: SQL error 3203: Read on 'SQLBACKUP_4B0CE1ED-61D2-4FA3-AC57-F064F49EB3FA02' failed, status = 995. See the SQL Server error log for more details.
Thanks,
dKK