Hi,
I have a script which waits for a file to be created. Once the file is created, the script has to wait for 10 minutes. I use sleep(600000) in VB.NET Script. It works fine through GUI; waits for 10 minutes, but does not wait when I execute the same through command prompt or through sqlserver agent.
I also tried out Windows API call but still it shows the same behaviour
Any help?
Thanks,
Srividya