Archive Manager database files and transaction logs are growing in size and would not reduce. The hugeLDF transaction log filewill take up a lot of space on the disk drive and rendering the archive manager server with low disk resources.
Transaction logs grow automatically and will not reduce in size unless additional steps are performed.
To reduce the size of the transaction logs
Refer to Microsoft article on:Shrinking the Transaction Log in SQL Server 2000 with DBCC SHRINKFILE(http://support.microsoft.com/kb/272318/en-us)
Refer to Microsoft article on:How to use the DBCC SHRINKFILE statement to shrink the tranaction log file in SQL Server 2005(http://support.microsoft.com/kb/907511/en-us)
Refer to Microsoft article on: How to stop the transaction log of a SQL Server database from growing unexpectedly
http://support.microsoft.com/?id=873235