I have created an SSIS package using Bids 2008 and configured the job to execute the package once a week on Friday. I would like to know will the job run as soon as it is deployed on any day for the first time. I need it to run the first time. Is it manual process
Asked
Active
Viewed 30 times
1 Answers
1
No, job will not run as soon as it's been deployed. It will only run on specified time. You can try this by creating a package and setting up a job to call package and check whether it runs in development environment.

Vishwanath Dalvi
- 35,388
- 41
- 123
- 155
-
So I guess the answer is it will have to manually run in SSMS – Tom Aug 23 '17 at 08:51
-
If you want Job to run at other time than specified then yes `Manually`. – Vishwanath Dalvi Aug 23 '17 at 08:56