How to get last restore date and exact database name March 20, 2020 msdb , Restore we can use below script to get last database name and date by executing below scriptSELECT bus.database_name Org_DBName, restored_to_dbname, l... Read more » 20Mar2020