Re: How to debug packages deployed to SQL Server -
12-03-2009
, 02:55 AM
hi maeda
i guess you are talking about logging.
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 |