Viewing post 1 (of 1 total)
Hi,
I've been using the following to reduce the size of the log.
CHECKPOINT
GO
BACKUP LOG <log_name> WITH TRUNCATE_ONLY
DBCC SHRINKFILE(2)
Go
The problem is that I need to do this for every log. Does anyone knows...
August 16, 2006 at 8:53 am
#655281