Hi all
I currently have an SSIS package which gets scheduled on a regular basis via SQL Server Agent. This schedule is not fixed ( can be once an hour or once a minute, depending on the number of file).
If changes need to be made to the SSIS package, is it possible to redeploy it while it is being accessed by the SQL Agent?
Thanks