Viewing post 1 (of 1 total)
Hi,
Just run the below command to reduce the log file size, Before running, Replace Northwind_log by ur logical filename.
DBCC SHRINKFILE (Northwind_log, 10)
go
BACKUP LOG Northwind_log WITH TRUNCATE_ONLY
After running the above command,...
November 21, 2005 at 11:07 am
#605015