SQL Server 6.5 -
02-29-2004
, 10:29 PM
Hi,
I hit a message 'could not insert a backup or restore
history/detail record in msdb.dbo.sysbackuphistory or
sysrestorehistory. This may indicate a problem with
the MSDB database. DUMP/LOAD was still successful. '
when I ran backup/restore process. The process has been
terminated/aborted automatically.
Last 2 years, I got the same message but the problem was
succesfully solved by using the DBCC CHECKIDENT
(sysbackuphistory) and (sysrestorehistory) on MSDB
Database.
The problem is, I cant remember it now. Pls help me ...
tq... |