Re: Debugging packages -
05-06-2004
, 08:44 AM
In the 'Logging' tab of the 'Package Properties' dialog box, you could add a
log file to a package or configure the logging to go to SQL Server table.
This is the first step in debugging DTS packages. This shows you the exact
error message and the step that failed, along with all the other steps that
ran, and their durations etc.
--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
Is .NET important for a database professional?
http://vyaskn.tripod.com/poll.htm
"P Feakins" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Are there any facilities for debugging or stepping through a package
execution? |