I need help on Log File Problem

  • Hello Experts,

    Problem: I am getting error from db saying log file full. Each time I need to go and clear some table due to space restrictions. The deleting of .log file is not possible as I do not have file access permission the site deployment.

    I wanted to turn off the logging of database.

    How can i achieve that?

    Thanks in Advance,

    Jean Paul http://www.jeanpaulva.net

  • jeanpaulva (10/31/2011)


    I wanted to turn off the logging of database.

    How can i achieve that?

    .log?

    is this an IIS issue?

    You dont turn off logging to the SQL Server database. It sounds to me as if you have logging issues on your website

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • I mean the database log.

    Each time when we update a record the previous values are stored in the transaction log.

    I need to turn off this feature.

  • you can't, the transaction log is used to recover the database during a restart!

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Maybe start by reading these:

    http://www.sqlservercentral.com/articles/Administration/75461/

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

    http://www.sqlservercentral.com/articles/Transaction+Log/72488/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thank You friends.. I got the knowledge.

Viewing 6 posts - 1 through 6 (of 6 total)

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