SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On



performance Expand / Collapse
Author
Message
Posted Thursday, March 01, 2007 11:27 AM
SSC Rookie

SSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC Rookie

Group: General Forum Members
Last Login: Wednesday, February 24, 2010 12:37 AM
Points: 27, Visits: 196

Hi everyone,

Does anyone of you has ever  experimented performance degradation, which disappears as soon as you restart the SQL service. we are using SQL 2000 service pack 3.

Thanks

 
Post #348600
Posted Friday, March 02, 2007 12:09 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Wednesday, October 28, 2009 9:25 AM
Points: 107, Visits: 42

Hi, this is clearly a memory issue and there are a number of things that can lead to performance degradation.

1. Check if your applications often run cursors. Check your programability. Cursors are a no go area for fast optimum databases and they should be used with care especially for long running queries.

2. It could be that you're experiencing memory leaks. Update your instance from SP3 to service pack 4.

If the two options I have given you do not improve your performance then your server will need thorough analysis.

Get in touch and I can help.

Chris M. (Snr. DBA, +256 77 2212285)

Post #348699
Posted Friday, March 02, 2007 5:54 AM
SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Thursday, March 18, 2010 9:10 AM
Points: 2,382, Visits: 529
the question is too vague and as such does not indicate any particular issue. The o/s , sql edition, setup and hardware might be useful to know. Also exactly what the perceived performance degredation is and how it manifests to users would be useful too.

The GrumpyOldDBA
www.grumpyolddba.co.uk
http://sqlblogcasts.com/blogs/grumpyolddba/
Post #348758
Posted Friday, March 02, 2007 11:45 AM
SSC Rookie

SSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC Rookie

Group: General Forum Members
Last Login: Wednesday, February 24, 2010 12:37 AM
Points: 27, Visits: 196
Thanks Chris. I got my answer from you. Its a memory leak only.
Post #348881
« Prev Topic | Next Topic »


Permissions Expand / Collapse