Murali Blog
Pages
Home
Epicor
SQL
Tamil
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment