Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Sql 2000 Performance
I have a box with 3 instances of SQL on it.  One of them jumps up to
1.7 gigs of memory use after it runs for a while.  It runs steady at
that point.  I have a number of developers and apps that use that DB,
and of course they all deny that it's them.  Unfortunately, when I go
into EM > Management > Current Activity > Process info, none of the
processes has higher than 113 under memory usage.  In fact it only
shows 2 tranactions being open, and they correspond to the account I am
logged into for EM.  I updated the instance to SP4 last night and
rebooted (it was SP3), but the same thing today.

How else can I isolate the problem?

Thanks.


Report this thread to moderator Post Follow-up to this message
Old Post
nospam-google.com@zairgit.com
11-29-05 02:23 PM


Re: Sql 2000 Performance
This is not a problem at all - SQL Server is simply doing what it's supposed
to be doing.

Database systems always attempt to optimise performance by caching data
requests in memory, to try & avoid disk i/o (SQL Server, Oracle & DB2 are
all the same with this). For example, when a query is run, the data it
accesses from disk is left in the cache so that the next time a similar
query is run by another user, the data can be retrieved from memory rather
than disk.

Hence, it is natural for a RDBMS such as SQL Server to want to use as much
memory as possible on a machine to maximise this data caching behaviour.

The memory growth you're seeing probably relates mainly to this expected
data cachning behaviour, but another factor is that you're using multiple
instances. Although you *can* install multiple instances of SQL Server, it's
not always a great idea to do so on a machine with limited memory, because
each instance will try to use as much memory as possible for data caching,
leading to significant memory resource contention. The way to manage this is
to set the Max Server Memory property, either via the Enterprise Manager or
the sp_configure command, so that each instance can only use a maximum
amount of memory. It would also help to simply install more memory for the
three instances to share.

HTH

Regards,
Greg Linwood
SQL Server MVP

<nospam-google.com@zairgit.com> wrote in message
news:1133276249.239371.108190@f14g2000cwb.googlegroups.com...
>I have a box with 3 instances of SQL on it.  One of them jumps up to
> 1.7 gigs of memory use after it runs for a while.  It runs steady at
> that point.  I have a number of developers and apps that use that DB,
> and of course they all deny that it's them.  Unfortunately, when I go
> into EM > Management > Current Activity > Process info, none of the
> processes has higher than 113 under memory usage.  In fact it only
> shows 2 tranactions being open, and they correspond to the account I am
> logged into for EM.  I updated the instance to SP4 last night and
> rebooted (it was SP3), but the same thing today.
>
> How else can I isolate the problem?
>
> Thanks.
>



Report this thread to moderator Post Follow-up to this message
Old Post
Greg Linwood
11-29-05 06:23 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 11:19 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006