0

I have a SQL job running which contains 2 steps. One of them is of type (T-SQL Script) and I am facing timeout issue with it.

How can I configure the timeout for that specific job? (eventually for the job if the timeout is inherited). I use SQL Server 2008 R2

Thank you!

Moslem Ben Dhaou
  • 6,897
  • 8
  • 62
  • 93

1 Answers1

0

As per my understanding there is no option to set time-ot for T-Sql script in SQL jobs.Mainy this will happen when ther is hughe increase in the records of the underlying sql script.

check this article.

http://www.simple-talk.com/blogs/2012/07/16/sql-server-query-time-out-when-referencing-data-on-a-linked-server-2/

AnandPhadke
  • 13,160
  • 5
  • 26
  • 33