Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to debug packages deployed to SQL Server

1 view
Skip to first unread message

t.maeda

unread,
Dec 3, 2009, 2:12:22 AM12/3/09
to
Can anyone point me to an example of how to debug packages deployed to SQL
Server.

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

Moby

unread,
Dec 3, 2009, 3:55:59 AM12/3/09
to
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


Charles Wang [MSFT]

unread,
Dec 4, 2009, 2:45:29 AM12/4/09
to
Hi Maeda,
For debugging and error handling in SSIS, you can refer to the following
articles:
Troubleshooting Concepts (Integration Services)
http://msdn.microsoft.com/en-us/library/ms138039.aspx
Chapter 5: Debugging and Error Handling with SSIS Packages
http://technet.microsoft.com/en-us/library/cc304419.aspx

Best regards,
Charles Wang

0 new messages