Add delay of 1 minute after one process and then start last

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Add delay of 1 minute after one process and then start last

Post by swiftinitpvtltd »

Is it possible use delay from stored proc to wait and then start second process
https://www.tutorialspoint.com/how-to-s ... 0.01%20sec.

Mainprocess
Process1
Delay stored proc process-1 minute sleep
Final process
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Re: Add delay of 1 minute after one process and then start l

Post by swiftinitpvtltd »

Works great!
Just need to add stored proc with SELECT SLEEP(20); and it adds delay of 20 seconds between 2 processes!!-
Post Reply