MSSQL Timing out, a couple of questions...

Posted by user29000 on Server Fault See other posts from Server Fault or by user29000
Published on 2009-12-20T13:58:52Z Indexed on 2010/03/21 21:51 UTC
Read the original article Hit count: 302

Filed under:
|

Hi,

About once a week, my MSSQL server is timing out, or rather the machine runs out of RAM. This morning it reached 3.9GB of the available 4, with MSSQL taking up 2.5GB.

I'm concerned that i've not configured SQL to release memory as it should, so I ran sp_who2 while the timeouts were occuring to see what process were running.

If i could post the CSV datafile i would, however, there were 85 processes in total, mostly related to the Full Text service:

  1. FT Gatherer - About 35 of these running under the 'sa' account against the master database with status of either sleeping or background, many were dependant on other processes. Is that normal?

  2. MySite database - There were only 5 processes for the one active site/database and all were either sleeping or suspended - but their lastBatch dates were set to 1/12/2020. Is that normal?

The datbase is only about 20mb in size the traffic levels are very low, so i'm thinking of maybe limiting the amount of RAM SQL has access to (from unlimted to maybe 2GB).

Any thoughts / advise would be appreciated.

Mny thanks

Ben

© Server Fault or respective owner

Related posts about sql-server

Related posts about timeout