Hi Everyone,
I am running SQL Server which is backed up nightly using a veritas backup exec full database backup.
One of my transaction logs has grown to 5GB and I was hoping to truncate it for now and also figure out a system for it to truncate itself in the future.
I have tried dbcc shrinkfile and shrinkdatabase but am having no luck because, "All logical log files are in use". What should I be doing differently to prevent the entire log from being active?
Thanks,
Chris
I am running SQL Server which is backed up nightly using a veritas backup exec full database backup.
One of my transaction logs has grown to 5GB and I was hoping to truncate it for now and also figure out a system for it to truncate itself in the future.
I have tried dbcc shrinkfile and shrinkdatabase but am having no luck because, "All logical log files are in use". What should I be doing differently to prevent the entire log from being active?
Thanks,
Chris