dbTalk Databases Forums  

Exporting Data

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


Discuss Exporting Data in the microsoft.public.sqlserver.dts forum.



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

Default Exporting Data - 05-25-2005 , 10:54 AM






Can someone please tell me how/where is the log file when I am scheduling an
Export from one database to another. I would like to see the details of the
success or failure of that job.

Thank you.



Reply With Quote
  #2  
Old   
Francesco Anti
 
Posts: n/a

Default Re: Exporting Data - 05-25-2005 , 11:11 AM






sysjobhistory table in MSDB stores the job history.
You can also specify at DTS package level to save package execution (package
properties/ logging tab): in this case information will be stored in
sysdtspackagelog and sysdtssteplof tables in MSDB.

Francesco Anti

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

Quote:
Can someone please tell me how/where is the log file when I am scheduling
an
Export from one database to another. I would like to see the details of
the
success or failure of that job.

Thank you.





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 - 2013, Jelsoft Enterprises Ltd.