Groups | Blog | Home
all groups > sql server dts > june 2005 >

sql server dts : Step-Debug DTS Package ActiveX Code


Sparky
6/29/2005 9:29:04 PM
Can step debug be done on an ActiveX code used in a package fron Visual
Studio 2003 ?

What file type advised for the code ? (e.g. *.vbs or *.vb or other).

I expected that I could compile and step into the code from VS 2003
Ilya Margolin
7/1/2005 9:47:40 AM
Sparky,

Use Stop command to break at any point in a script. Be careful when you put
that command into a script with repeatable execution such as an ActiveX
transformation in a data pump task. Make sure the option 'Turn on
just-in-time debugging' is set in the Data Transformation Services node,
Properties context menu in EM.

Ilya

[quoted text, click to view]

AddThis Social Bookmark Button