I use "Execute Package Task" and the package is located SQL Server.
I can debug each package individually. But I would like to debug these
packages sequentially without re-deploy to SQL Server in Visual Studio.
Regards
Maeda
if so, open your package in visual studio, right mouse click, logging
provider type (what i prefer): sql server, add. select the
configuration
for configuration you select a sql db, you use espacially for your
logging. ssis is creating a logging table on it's own.
under details you can select certain steps, which should be logged.
save and deploy package again on integration services.
now you'll receive your logging result on sql server
kr moby
Best regards,
Charles Wang