Is there a simple way of selecting the last backup timestamp of a
database from a table? Something like
select last_backup_timestamp from tablename where
database_name='WHATEVER'
Or am I forced to check the backup history with
list history backup all for WHATEVER
Thanks.