SQL Server Performance

Active Monitor Connection status

Discussion in 'SQL Server 2005 General DBA Questions' started by rayala.thulasi, Jun 23, 2009.

  1. rayala.thulasi New Member

    hi all,

    When does a SPID status change to 'Sleeping' and what does that indicate? I'm assuming that after so many seconds or minutes have passed with no activity, it changes the status to Sleeping - is that correct? What is the length of time?


    And what does 'Suspended' mean?
    Thanks,
    Thulasi.
  2. madhuottapalam New Member

  3. rayala.thulasi New Member

    hi Madhu,
    Thanks for your quick reply the url provided by you is very useful..
    Actually in my Server there are lot of connections in sleeping mode, i understood that the sleeping connections will wait to perform some thing.
    if we kill those process that will lose the connection pool.to establish connection pooling again it will take time.
    Is there any way to kill all the sleeping connections after being idle for 2 mins.
    Thanks,
    Thulasi.

Share This Page