Dump the transaction log using the "no_log" option instead of just the "truncate_o nly" option. This will remove the inactive portion of the transaction log without making a backup copy and will save space additional space by NOT logging the operation. See following example:

dump transaction <your database name> with no_log

Robert from Alentus