dbTalk Databases Forums  

SQL Agent Job

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL Agent Job in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ArchieM
 
Posts: n/a

Default SQL Agent Job - 10-13-2006 , 02:13 AM






Is there anything like time out for a SQL Agent JOB. How long a SQL
Agent Job can run ?


Reply With Quote
  #2  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: SQL Agent Job - 10-13-2006 , 10:57 AM






If you are talking about Job duration ("How long a SQL Agent Job can
run") -it executes until it completes. If you want it to terminate before it
completes, then you will have to create another Job that checks to see if
the first Job is still running, and if so, then terminates it -using
sp_stop_job.

If you are concerned about resource timeouts, network access, drive
availability, server availability, I believe that timeouts waiting for those
resources varies from immediate to 30-60 seconds.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"ArchieM" <mukherjee.archan (AT) gmail (DOT) com> wrote

Quote:
Is there anything like time out for a SQL Agent JOB. How long a SQL
Agent Job can run ?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.