Job Scheduling

  • Greetings Everybody,

    I have a problem on Job scheduling in sql 2000. I wrote a procedure to kill the idle connections in the server and kill the idle connections through a job scheduler.Upto this it is ok. I set the job scheduling to kill idle connections for every 10 minutes.This is also working for the day but the next day i have to again check the enabled button to start the job. The server is up and running .No shutdown.What is the solution?

    Thanks in Advance

    Ramaa

  • Some other job or process or person may be diabling the job...

    But any way check job end date in schedule table...if this is wrong this should disable the schedule but not the job.

    Note: Run the SQL trace with the JobName filter in it to see what is causing this issue.

    MohammedU
    Microsoft SQL Server MVP

  • Hi Uddin,

    Thank You very much for your response.

    I set it as no end date and i have two jobs running on same intervels. Is this wrong?

    Ramaa

  • Hi Uddin,

    I solved out the problem.I changed the job schedule daily now it is working.Thank you for your response.

    Ramaa

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply