Verbiage (local) being added to backup log file
slick84
Posts: 7
Hi,
We have an unusual problem. We just upgraded our production database server. Now when we take backups of the transaction logs and save them locally and transport them to a file server, the transaction log files are being named the same but with "(local)" being added in between the name. Below is an example of how our files looked before and how they look now. Any advise?
TLOG File Name BEFORE:
LOG_DATABASENAME_YYYYMMDD_HHMMSS.sqb
TLOG File Name AFTER:
LOG_(local)_DATABASENAME_YYYYMMDD_HHMMSS.sqb
Thanks
We have an unusual problem. We just upgraded our production database server. Now when we take backups of the transaction logs and save them locally and transport them to a file server, the transaction log files are being named the same but with "(local)" being added in between the name. Below is an example of how our files looked before and how they look now. Any advise?
TLOG File Name BEFORE:
LOG_DATABASENAME_YYYYMMDD_HHMMSS.sqb
TLOG File Name AFTER:
LOG_(local)_DATABASENAME_YYYYMMDD_HHMMSS.sqb
Thanks
Comments
Chris