Message "Starting up database " everyday in SQL Server log

  • Hello all,

    i am see this Message "Starting up database " everyday in SQL Server log.

    Please tell me what could the reason behind this..

    Generally as per my know if database is restored or brought online this message is seen.

    SQL Server 2005 sp3 installed on my server

    Regards

    Ramu

  • Select the database, right click properties--> Options-->Set Auto Close to False.

  • thanks.. i will monitor the logs.

  • Here is the simple alter statement you can use, just change the name of the database.

    ALTER DATABASE MYDATABASE SET AUTO_CLOSE OFF

  • Here is the simple statement you can use to turn of Auto close option, just change the database name.

    ALTER DATABASE MYDATABASE SET AUTO_CLOSE OFF

  • thanks it worked.

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

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