Hi,
Need some ideas.
We have a database with a very high number of transactions. As such, the transaction log grows very large in a short amount of time. There is an automatic script running that does a translog BACKUP, then once the backup completes, it RESTORES it to a standby database.
However, because the translog is so big, the restore is taking a very long time. So long, in fact, that the time overlaps with a new backup starting. This is a problem because the backup can't run if the restore is still happening.
Is there a better way to approach this problem?
Thanks!!
Need some ideas.
We have a database with a very high number of transactions. As such, the transaction log grows very large in a short amount of time. There is an automatic script running that does a translog BACKUP, then once the backup completes, it RESTORES it to a standby database.
However, because the translog is so big, the restore is taking a very long time. So long, in fact, that the time overlaps with a new backup starting. This is a problem because the backup can't run if the restore is still happening.
Is there a better way to approach this problem?
Thanks!!