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