Forum Replies Created

Viewing 3 posts - 91 through 93 (of 93 total)

  • RE: Log File Full

    lfguzman_25 (7/17/2008)


    If you like to reduce the size you have to shrink the log

    i usually prefferd to use the TSQL Statement

    DBCC SHRINKFILE ('database_log',sizetoreach')

    Ok, I can do that. But I...

  • RE: Log File Full

    tosscrosby (7/17/2008)


    Simply backing up the log does NOT reduce the size but it frees up the unneeded transactions from the log, creating space within the log for additional, new transactions....

  • RE: Log File Full

    GilaMonster (7/16/2008)


    Do you need to be able to restore that database to the point of failure (should a failure occur) or is it acceptable to restore to the last full...

Viewing 3 posts - 91 through 93 (of 93 total)