Link to home
Start Free TrialLog in
Avatar of Marcus Aurelius
Marcus AureliusFlag for United States of America

asked on

Can an SSIS Package be deployed at the SAME TIME as when its' SQL JOB is running the same SSIS Pkg?

Experts,

I have SQL JOBS that run my SSIS Packages each night.

I have a FIX to one of my packages that needs to be deployed tonight and the normal SQL JOB that runs the normal package, runs at 7pm each night.

Question: Can the SSIS Package that contains a small FIX, be deployed AT THE SAME TIME as the normal SSIS Package is "running"?

We may NOT be able to "disable" the SQL JOB in time to prevent the 7pm running and so this is why I'm wondering.

SQL SERVER 2008 is our system.

Thanks
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Hi,
where have you stored your SSIS packages? On the file system or in MSDB?
Thanks.
Rainer
ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
CRXIuser2005, do you still need help with this question?