SQL 2008 Log Shipping

  • hello SQL gurus

    I have log shipping set up for 3 databases from my primary to secondary. For one of the database, in error logs I see "Starting up database (DBNAME)

    Can someone please tell me why is this happening. It is not effecting my log shipping but I am curios about the message information.

    Thanks

    Ali

  • How long is it showing the message?

    What is the DB Size? It may be restoring the backup on the secondary server..


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

  • This message is showing right from the begining of my set-up... I jsut noticed it today...

  • Check it and change it!

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

  • what does that mean.. "AUTO CLOSE"

  • sqldba.jagan (11/23/2009)


    what does that mean.. "AUTO CLOSE"

    Quoting MSDN here

    When set to ON, the database is shut down cleanly and its resources are freed after the last user exits. The database automatically reopens when a user tries to use the database again.

    When set to OFF, the database remains open after the last user exits.


    Bru Medishetty

    Blog -- LearnSQLWithBru

    Join on Facebook Page Facebook.comLearnSQLWithBru

    Twitter -- BruMedishetty

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

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