ニュース

Calling an SSIS package from another SSIS package is, on the surface, a simple task. You just use the Execute Package Task and point it to a package on a SQL Server or somewhere in the file system ...
On the general page of the task, you also need to provide a destination, which can be a file connection or a variable. Once you set up the task with all the data profiles you want to run, you simply ...
Once you set up the task with all the data profiles you want to run, you simply execute the SSIS package and let it work its magic. If you wrote to a variable, you’re on your own to do something with ...