I'm hoping that someone can help me out with the problem I'm having
with my MS SQL Server (2000). My problem is the following:
Every time I execute SQL Agent job from ASP page, it creats a banch of
processes under Process Info in SQL Server Enterprise Manager. All the
processes created by SQL Agent have "exec msdb..sp_help_job" in them
and they sit there doing nothing. Next time another SQL Agent job is
executed, other banches are entered, and so on. Those processes never
get cleaned up so that the SQL Server is eventually filled with banch
of processes. When I execute Agent jobs from ASP, I explictly open and
close the connection but it seems not helping. Is there any way I can
clean up those processes once they are executed?
Thanks in advance,
kerroppa
Might help to know what the jobs are.
>
> Thanks in advance,
> kerroppa