Hello,
not sure if this is the correct section for this question but didn't find anything specially for Maintenance plans.
We have a setup to copy and restore full backups and transaction logs from our production servers to "recovery" servers.
The problem is some of our servers run SQL Server 2005 and some run SQL Server 2008.
Now, the transaction log backups filenames (backups are done with maintenance plan) differ between the 2 versions.
In SQL Server 2005 the filename format is YYYYMMDDHHmm.trn
In SQL Server 2008 the filename format is YYYY_MM_DD_HHmmSS_xxxxxxx.trn
Is there anyway to configure the format of these filenames. I know i could make scripts to create the transaction log backups, but it just seems to me that it should be configurable.
Thanks for the help!