Simple recovery mode and log file

  • Hi all

    I have a database in simple recovery mode which seems to also have a log file of 3.5gig. Wether the recovery mode has been changed from full in the past I do not know, however I do know we need this to be in simple recovery mode.

    If I want to free up the space used by this log file what is the best thing to do?

    Thanks

  • best thing to do? read this article

    http://qa.sqlservercentral.com/articles/64582/

    If you really need the drive space see dbcc shrinkfile in BOL, but think carefully about how you size the log file

    ---------------------------------------------------------------------

  • check and see if there are still open transaction in the database. dbcc opentran.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply