dbTalk Databases Forums  

Backing up log files

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


Discuss Backing up log files in the microsoft.public.sqlserver.dts forum.



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

Default Backing up log files - 10-06-2003 , 01:53 PM






I would like to back up the dts log files as a last step
in my dts package. (exception file and error file - are
there any others?).

My first choice would be to load the contents into a
column in the database. If this is not possible, then I'd
be happy just to copy the files to another location.

Does anyone know how to do this?

Thanks
Serge

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Backing up log files - 10-06-2003 , 02:26 PM






You may have problems as DTS will keep them open for writing during the
package execution.
You may want to do this as an extra step in your process. Try it and see.


--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Serge" <serge_delic (AT) hotmail (DOT) com> wrote

Quote:
I would like to back up the dts log files as a last step
in my dts package. (exception file and error file - are
there any others?).

My first choice would be to load the contents into a
column in the database. If this is not possible, then I'd
be happy just to copy the files to another location.

Does anyone know how to do this?

Thanks
Serge



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.