Custom Script Task Needs Replacing In Many SSIS Packages. We can do it manually, but there is 170 packages, need to automate. Code works so no issues. When manually replaced, script task shows no errors.
Hello, I have about 170 packages in SSIS. I need to replace a task script in every package. In every package the name of the task is the same.
How can we replace the code or task in every package dynamically, rather than having to go into every task put the new one in, take the old one out, and rename the new one with the old task name.
Or better yet, simply replace the old one over the top of the one? The script is actually a DDL.
Thank you. P