Sunday, 26 January 2014

Query to find last restore date and time in Sql server


Declare @DB sysname = 'EpicorPilot905'
Select * from msdb.dbo.restorehistroy where destination_database_name = @DB;

No comments:

Post a Comment