How to get backup information of any SQL database.
Below script can be used to get information about the SQL databases,
select backup_start_date, backup_finish_date, database_name,type,name,user_name,description
from msdb.dbo.backupset
where type='D...