dbTalk Databases Forums  

How to debug packages deployed to SQL Server

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to debug packages deployed to SQL Server in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
t.maeda
 
Posts: n/a

Default How to debug packages deployed to SQL Server - 12-03-2009 , 01:12 AM






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

Reply With Quote
  #2  
Old   
Moby
 
Posts: n/a

Default 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

Reply With Quote
  #3  
Old   
Charles Wang [MSFT]
 
Posts: n/a

Default RE: How to debug packages deployed to SQL Server - 12-04-2009 , 01:45 AM



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/l.../cc304419.aspx

Best regards,
Charles Wang

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.