Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Huge log file

    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,...

Viewing post 1 (of 1 total)