Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Restores questions?

Author  Topic 

NguyenL71
Posting Yak Master

228 Posts

Posted - 2008-10-06 : 17:20:04
Hi,

Is there a way to find out the following information from Restores table(s).

1. Date/Time when the restores completed.
2. Is the restored completed successfully (yes/no).

I seem can't find the information in these 2 tables below. I am using SQL Server 2000.

Thank you in advance.

select TOP 1 *
from msdb..restorehistory
go

SELECT TOP 1*
FROM msdb..restorehistory
GO
   

- Advertisement -