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.
2 つの子パッケージをわずかな遅延で実行する必要がある親パッケージがあります。問題は、2 番目のパッケージが 10 秒の遅延後に実行されないことです。何か案が?
ありがとう。
SQLWAITFOR DELAY '00:00:10'実行タスクでSQLを使用するとうまくいきました。
WAITFOR DELAY '00:00:10'
http://www.sqlchick.com/entries/2011/5/1/creating-a-time-delay-in-ssis-when-loading-master-data-servi.html