dbTalk Databases Forums  

shared functions in a package?

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


Discuss shared functions in a package? in the microsoft.public.sqlserver.dts forum.



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

Default shared functions in a package? - 12-16-2004 , 03:57 AM






Is it possible to use shared (public) ActiveX script functions inside a DTS
package, that will be placed in a sigle code block and called from various
transformation tasks instead of being replicated in each of them ?

Reply With Quote
  #2  
Old   
Ilya Margolin
 
Posts: n/a

Default Re: shared functions in a package? - 12-17-2004 , 07:23 AM






vsiat,

Not directly. What you can do is to store the code somewhere
file/table/variable and propagate it via Dynamic Properties task to replace
entire scripts.

Ilya

"vsiat" <vsiat (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is it possible to use shared (public) ActiveX script functions inside a
DTS
package, that will be placed in a sigle code block and called from various
transformation tasks instead of being replicated in each of them ?



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.