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!

4

1 に答える 1

0

私の理解では、SQL ジョブで T-Sql スクリプトに time-ot を設定するオプションはありません。これは、基になる SQL スクリプトのレコードが大幅に増加した場合に発生します。

この記事をチェックしてください。

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

于 2012-08-06T08:48:11.937 に答える