Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL using tons of memory. Please help!

Status
Not open for further replies.

fncruz

Programmer
Joined
Nov 30, 2001
Messages
1
Location
US

Hi:

SQL server is going nuts and using upwards of 90Megs of ram which slows everything down tremendously.

I used Profiler to see what it's doing and I get each of the following 2 messages:

SELECT N'Testing Connection...

and

EXECUTE msdb.dbo.sp_sqlagent_get_perf_counters

The amount of Ram used by SQL server continues to increase.

Any suggestion on how to fix this.

Thanks.

FNC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top