Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SQL 作业正在运行,其中包含 2 个步骤。其中之一是类型(T-SQL 脚本),我正面临超时问题。
如何为该特定作业配置超时?(如果超时被继承,则最终用于作业)。我使用 SQL Server 2008 R2
谢谢!
据我了解,在 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/