OldSkoolSkater
MIS
Hello
We run SQL 7 and backup transaction logs daily with autoshrink set.
We also have alerts set so that if the trans log exceeds 50% of its max size (max is 100MB) the transaction log backup job is kicked off to reduce the size of it.
This normally works fine but we had a load of infomation dumped into a db which caused the trans log to shoot up to 75MB. The backup job was invoked and it reduced the size of the log to 8 MB, but there is 67MB of free space left which I cannot get rid of.
Because of this free space, the trans log is still classed as 75MB and the backup is being kicked in to reduce it (but it doesn't)
How can I get rid of this free space?
I have tried a DBCC shrinkfile to no avail.
Cheers
Steve - Network Coordinating in the UK
We run SQL 7 and backup transaction logs daily with autoshrink set.
We also have alerts set so that if the trans log exceeds 50% of its max size (max is 100MB) the transaction log backup job is kicked off to reduce the size of it.
This normally works fine but we had a load of infomation dumped into a db which caused the trans log to shoot up to 75MB. The backup job was invoked and it reduced the size of the log to 8 MB, but there is 67MB of free space left which I cannot get rid of.
Because of this free space, the trans log is still classed as 75MB and the backup is being kicked in to reduce it (but it doesn't)
How can I get rid of this free space?
I have tried a DBCC shrinkfile to no avail.
Cheers
Steve - Network Coordinating in the UK