How can we help you today? How can we help you today?
brogers
Dan, this is not clustered, so there wasn't a failover. I looked and didn't see anything unusual except that the history is not showing up when selecting the restore. ~Bill Rogers / comments
Dan, this is not clustered, so there wasn't a failover. I looked and didn't see anything unusual except that the history is not showing up when selecting the restore. ~Bill Rogers
0 votes
It is a full backup strategy, with a full backup once a day in the evening and either hourly or every other hour transaction log backups with the "remove inactive entries from the transaction log" checkbox checked. The ldf files are what grow over time. It appears that the log files are continuing to grow instead of reusing available space. If I shrink the files, they go back to a reasonable size and then after some time, they start growing again and continue to grow until I shrink them again after many months. The size of the transaction log backups seem normal. They are a fraction of the size of the ldf files. Everything functions fine and I'm able to do restores from the backups. The only problem is the unneeded use of disk space and the fact that this is not the way transaction logs should be functioning. This is happening to databases on both SQL 2012 and SQL 2014 so I don't think it is a server or version issue. I think the issue is either in SQL Backup or the settings that we are using for SQL Backup. If it matters we also are encrypting these backups with SQL Backup. I don't know what that would have to do with anything, but it might be something that isn't normally done by others. Let me know if you need anything else. I know how to make this work with standard TSQL statements, but our primary use of SQL Backups is for the encryption and ease of scheduling. Since we do things through SQL Backups, there is a layer of code that seems to not work. Thanks / comments
It is a full backup strategy, with a full backup once a day in the evening and either hourly or every other hour transaction log backups with the "remove inactive entries from the transaction log"...
0 votes