SQL Server Job Timeout

So, it seems that it is not possible to set a timeout for each individual step in a SQL Server task ( articles from StackExchange ).

MSDN indicates that you can, of course, set the agent timeout:

Questions

  • How does agent timeout work?
  • Is there any other way (preferably by configuration) for setting a one-step timeout?
  • Is there any other way (preferably by configuration) for setting the entire timeout?
+5
source share
1 answer

2, , , OPENROWSET - .

http://msdn.microsoft.com/en-us/library/ms190312.aspx

, OPENROWSET , , .

, , - .

, - , , , .

, , .

+3

All Articles