Forum Replies Created

Viewing 15 posts - 4,756 through 4,770 (of 9,249 total)

  • RE: Shrinking Transaction Log File "the right way"

    Books online states that if no target size is specified, a shrink-file operation removes only the inactive virtual log files beyond the last active virtual log file in the file....

  • RE: add space to database

    Really need to get an idea of the current file sizes, post the results of this please run against your database

    USE YourDB

    GO

    selectname

    , size / 128 AS FileSize

    , case max_size

    when -1...

  • Viewing 15 posts - 4,756 through 4,770 (of 9,249 total)