Set maximum log file size

  • Is there a script to set the maximum a log file will grow to, using TSQL, not Enterprise Manager?

    Thanks...Nali

  • From BOL

    ALTER DATABASE Test1

    MODIFY FILE

       (NAME = Test_log,

       SIZE = 20MB,

    MaxSize=80MB 

    &nbsp

    GO

     

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

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