Reputation: 4111
I have a parent package that needs to exec two child packages with a small delay between them. The problem is that the 2nd package won't execute after the 10 seconds delay. Any idea?
Thanks.
Upvotes: 0
Views: 116
Reputation: 1250
Using SQL WAITFOR DELAY '00:00:10'
in an execute SQL task worked for me.
Upvotes: 1