Leslie Vail replied to Tracy
30-Jan-10 09:52 AM
Tracy,
You mentioned the log file (.ldf) size reduction, is the 70mb reduction the
amount of the database (.mdf) size reduction? Are you dissatisfied with the
reduction in the database size or the log file size?
I think you also might try backing up you .ldf file. If you are using the
FULL recovery method, the log is not truncated at checkpoint, so you need to
back it up to clear the transactions already committed to the database.
If you have backed up the database as Richard suggested, you should not need
the transaction logs prior to the backup. So, I would backup the transaction
logs and backup the database.
Kind regards,
Leslie