Our backup maintenance plans automatically name a SQL Server Database backup something like:
<DatabaseName>_backup_2016_06_09_073937_4672454.bak
Without having to disrupt current backup maintenance plans that are in place how can we get the backup name without the "_073937_4672454".
I need to write some scripts that will access a particular backup for a database on a specific day which I can easily do. But not knowning the "_073937_4672454" specific nomenclature makes that challenging.
Any thoughts ?
Thank you
John