Hello,
We are using a Full Database recovery model for our db, and our log file size was in control until recently when the server crashed and when it rebooted it rolled forward trasactions which were not commited to the database. Until this point whenever we did a backup of the transaction log it would reduce the space used size from the log file and thereby keeping the log file size in check as it kept using the same space over & over for newer logs. Now even though its backing up the trx log (and the remove inactive entries from the trx log file is checked) its no longer reducing this space. is the log file in any way not syncronized? we did not lose any data after the server crash. Any help is much appreciated.
Vick
We are using a Full Database recovery model for our db, and our log file size was in control until recently when the server crashed and when it rebooted it rolled forward trasactions which were not commited to the database. Until this point whenever we did a backup of the transaction log it would reduce the space used size from the log file and thereby keeping the log file size in check as it kept using the same space over & over for newer logs. Now even though its backing up the trx log (and the remove inactive entries from the trx log file is checked) its no longer reducing this space. is the log file in any way not syncronized? we did not lose any data after the server crash. Any help is much appreciated.
Vick