• Manually grow your log file (it seems your instance is started since you were able to retrieve those db settings already).

    USE [master]

    GO

    ALTER DATABASE [DatabaseName] MODIFY FILE ( NAME = N'DATABASENAME_Log', SIZE = 6MB , MAXSIZE = 20MB)

    GO

    Another option is to remove that maxsize restriction that you have.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events