dbTalk Databases Forums  

DTS Loging

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


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



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

Default DTS Loging - 05-17-2004 , 01:41 PM






Is there a way to dynamically change the logserver in a
package?

I've tried to use a dynamic property task, but it doesn't
work. I'm guessing it's because the package is already
executing and the value is stored in memory and can't be
updated.

Thanks, Curt

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

Default RE: DTS Loging - 05-17-2004 , 04:16 PM






Did you try to use a ActiveX Script to change this property in runtime ?

Reply With Quote
  #3  
Old   
Phill Carter
 
Posts: n/a

Default Re: DTS Loging - 05-17-2004 , 09:39 PM



The logging is set when the package starts.

This means that if you dynamically change the logging properties once the
package has started they won't have any affect.

You could use a parent package to change the properties for a child package
prior to executing it. That could become very messy though.


"Curt" <ckiser (AT) wi (DOT) rr.com> wrote

Quote:
Is there a way to dynamically change the logserver in a
package?

I've tried to use a dynamic property task, but it doesn't
work. I'm guessing it's because the package is already
executing and the value is stored in memory and can't be
updated.

Thanks, Curt



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.