transaction log to large!!! (can't shrink file)

  • i have a 1 gigabyte of Database file and a 8 gigabyte of Transaction log file... i can't seem to shrink the transaction log file into a more acceptable size , i tried using shrinkfile but it doesn't work. I regulary backup my database, but it seems to me that the transaction log is still getting bigger.

    I am having trouble backing it up into another medium because of the huge transaction log, can someone advice me on this,

    many thanks

  • Hi..

    Please truncate the transaction log before shrinking the Logfile..check the below command to do it.

    dump tran Database_Name with no_log

    Now use the dbcc shrikfile command.

    levi


    Jesus My Saviour

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

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