Model Database

  • Dear All,

    Can someone help me out? please

    1)I can see free space is 0%(Space used 100%) for .mdf file of Model database.

    2) How to check who and when restarted the SQLServer Services?

    Please advise.

    Thanks and Regards,

    Ravi.

  • 1 Why not set the auto-growth feature as ON for the database.

    2 Regarding SQL Server Restart, the information can be found in the SQL Server Logs or you can check the creation time of tempdb database. tempdb gets created each time when SQL Server restarts.

    Cheers,

    Satnam

  • Thanks Satnam Singh for the reply !!

    Auto growth is set to ON for Model Database.

    I can see in ERROR Log as "2011-02-09 03:06:30.86 spid5s SQL Trace ID 1 was started by login "sa", this means were services restared by sa ?

    Please advice.

    Regards,

    Ravi.

  • in model, properties, files.

    increase the file initial size and also put hte autogrowth to 1% or 10 mb autogrowth unrestricted.

    Regarding sql services , see the error logs

    Regards,

    Sushant

    Regards
    Sushant Kumar
    MCTS,MCP

  • Thanks Sushant !!

    It's worked.

    Thanks and Regards,

    Ravi.

Viewing 5 posts - 1 through 4 (of 4 total)

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