dbTalk Databases Forums  

Trace DTS

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


Discuss Trace DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nik
 
Posts: n/a

Default Trace DTS - 05-25-2005 , 04:54 PM






Hi All
is there a way to trace the DTS package. We use profiler to profile/trace
the sql database. but is there a way to trace the dts package, each step of
it.
We have active x script and i need to trace thru each step as it executes.

thanks in advance



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Trace DTS - 05-25-2005 , 05:13 PM






Unfortunately not in this release.

You will have to MsgBox out what you need to know

You could also use the DTSPackageLog.WriteSringToLog

Allan



"Nik" <patelnikhil30 (AT) hotmail (DOT) com> wrote


Quote:
Hi All
is there a way to trace the DTS package. We use profiler to profile/trace
the sql database. but is there a way to trace the dts package, each step of
it.
We have active x script and i need to trace thru each step as it executes.

thanks in advance


Reply With Quote
  #3  
Old   
Mike Gercevich via SQLMonster.com
 
Posts: n/a

Default Re: Trace DTS - 05-28-2005 , 01:54 AM



If my memory serves me correctly, I had a coworker enable the JIT debugger
on a finiky package. I believe it is only called during an error event and
the debugging is somewhat limited.

I personally, never had a need to do this, I usually find that using MsgBox
works just fine for me.

-Mike Gercevich

--
Message posted via http://www.sqlmonster.com

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.