Results 1 to 2 of 2

Thread: How to clear the logs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    77

    How to clear the logs

    I want to clear the whole transaction log and sql server log...ie., just clear all the entires....how

  2. #2
    Junior Member
    Join Date
    Aug 2002
    Posts
    18

    Clear Transaction Log

    I use
    VB Code:
    1. DUMP TRANSACTION [imoReconcile] WITH NO_LOG
    G in the query analyzer to clear out my transaction log. but first you must back up the data file as well as the transaction log. after you run this query
    VB Code:
    1. DUMP TRANSACTION [imoReconcile] WITH NO_LOG
    you transaction log should be virtually empty
    It's not what you climb, It's how you climb it that counts!
    -Peter Croft-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width