Forum Replies Created

Viewing 15 posts - 916 through 930 (of 3,738 total)

  • RE: Log File Size does not shrink

    Revenant (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/22/2014)


    btw, going through the GUI to shrink the log runs DBCC ShrinkFile, there's no difference between running the command from...

  • RE: Log File Size does not shrink

    GilaMonster (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/22/2014)


    btw, going through the GUI to shrink the log runs DBCC ShrinkFile, there's no difference between running the command from a script or the GUI.

    By going...

  • RE: Log File Size does not shrink

    GilaMonster (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/22/2014)


    btw, going through the GUI to shrink the log runs DBCC ShrinkFile, there's no difference between running the command from a script or...

  • RE: Log File Size does not shrink

    GilaMonster (1/23/2014)


    Welsh Corgi (1/23/2014)


    GilaMonster (1/22/2014)


    btw, going through the GUI to shrink the log runs DBCC ShrinkFile, there's no difference between running the command from a script or the GUI.

    By going...

  • RE: Log File Size does not shrink

    GilaMonster (1/22/2014)


    btw, going through the GUI to shrink the log runs DBCC ShrinkFile, there's no difference between running the command from a script or the GUI.

    By going through the GUI...

  • RE: Log File Size does not shrink

    Another command that was very useful in helping me understand what was going on was the following:

    DBCC LogInfo

  • RE: Log File Size does not shrink

    I found the following command very useful as to what exactly preventing the log file from shrinking:

    SELECT log_reuse_wait_desc, * FROM sys.databases

  • RE: Log File Size does not shrink

    GilaMonster (1/22/2014)


    Welsh Corgi (1/22/2014)


    Another backup, that log file has not changed in size.

    No, it won't. Log backups do not shrink the file. Though, if it hasn't changed in size that...

  • RE: Log File Size does not shrink

    Another backup, that log file has not changed in size.

    Next backup in 4 minutes.

    Turned off shrinking.

    I do not agree with shrinking either.

  • RE: Log File Size does not shrink

    The Transaction Log File was backed up 3 minutes ago.

    Right after the backup the transaction log file was over 5 GB.

  • RE: Log File Size does not shrink

    GilaMonster (1/22/2014)


    You shouldn't even be shrinking the log. If the log is growing, make the log backup more frequent or identify what is causing the log growth and resolve it.

    btw,...

  • RE: Log File Size does not shrink

    Keith Tate (1/21/2014)


    I would stop shrinking the log file. If you want to keep the size of the file smaller take your tlog backups more often than once an hour....

  • RE: Log File Size does not shrink

    GilaMonster (1/21/2014)


    What is the exact command you are using to backup the log (or if a maintenance plan, what are the exact options)?

    The T-SQL Code from the Maintenance Plan is...

  • RE: Log File Size does not shrink

    Keith Tate (1/21/2014)


    LOG_BACKUP

    I do not understand what is going on.

    This means that it is waiting on a transaction log backup

    If I do the backup in SQL Code how do I...

  • RE: SSIS password problem connecting to AS/400

    bsantosh6 (1/21/2014)


    Thanks Welsh Corgi!

    Your post fixed my issue. (start up as local service)

    Cool glad that worked for you.:cool:

Viewing 15 posts - 916 through 930 (of 3,738 total)