Sql Server is running very slow while at start up

  • Hi All,

    Sql Server is running very slow while at start up.

    Please let me know if u have any idea.

    Regards,

    Srinivas

  • Quite logical:

    1) Tempdb has to increase in size

    2) Databases are checked and all transactions that were running when the service was shutdown are being rolled forward/backward

    3)All buffers are being refilled (cache hit ratio)

    4)Execution plans of stored procedures are being rebuild.

    Can you see in the sql server logs what is happening?

  • What is the time of the first entry in the errorlog to the last in the errorlog at startup ?

    I ask because it varies from system to system ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

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

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