![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hello there I have huge place with huge database It's log file is growing very fast Is there a way to shrink it from time to time or remove old changes? |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello there I have huge place with huge database It's log file is growing very fast Is there a way to shrink it from time to time or remove old changes? |
#4
| |||
| |||
|
|
First of all, a good backup strategy should prevent "out of control" transaction log growth. With that said, you should be able to use DBCC SHRINKFILE to shrink the transaction log file. Read up on its usage within Books Online (within the SQL Server program group). -- Keith "Roy Goldhammer" <roygoldh (AT) hotmail (DOT) com> wrote in message news:%23QX5ViCFFHA.1296 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Hello there I have huge place with huge database It's log file is growing very fast Is there a way to shrink it from time to time or remove old changes? |
![]() |
| Thread Tools | |
| Display Modes | |
| |