dbTalk Databases Forums  

log into a different database than MSDB?

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


Discuss log into a different database than MSDB? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jéjé
 
Posts: n/a

Default log into a different database than MSDB? - 08-09-2005 , 10:15 AM






Hi,

does it possible to log the DTS execution to a database which is NOT MSDB?

I have a VB program which create an inmemory DTS package then execute it,
now I want to activate the log but I want to log the execution into a
specific database instead-of MSDB. I can do this by code, but its time
consumming (and not bug free)

thanks for your ideas.

Jerome.



Reply With Quote
  #2  
Old   
Reza Alirezaei
 
Posts: n/a

Default Re: log into a different database than MSDB? - 08-09-2005 , 01:37 PM






The only thing that comes to my mind is to query the MSDB in your package
(Using a SQL Execute Task) and insert the fields you want to the table you'd
like to have the information in.In this way you don;t need to change your VB
code and only a task is added to the existing workflow.
--
HTH,
Reza Alirezaei
http://blogs.devhorizon.com
"Jéjé" <willgart_A_ (AT) hotmail_A_ (DOT) com> wrote

Quote:
Hi,

does it possible to log the DTS execution to a database which is NOT MSDB?

I have a VB program which create an inmemory DTS package then execute it,
now I want to activate the log but I want to log the execution into a
specific database instead-of MSDB. I can do this by code, but its time
consumming (and not bug free)

thanks for your ideas.

Jerome.





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.