dbTalk Databases Forums  

DTS to Text file

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


Discuss DTS to Text file in the microsoft.public.sqlserver.dts forum.



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

Default DTS to Text file - 11-18-2003 , 08:38 PM






Hi,
I want use a DTS job to append to a text file at a given
interval. I can create the job OK but have not found a way
to sucessfully append the file, only drop and recreate the
file with the new data.

Any Help?
Mark

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

Default Re: DTS to Text file - 11-19-2003 , 01:27 AM






Yep that is the behaviour of the driver. Easiest way is to use the COPY
command

COPY a.txt + b.txt c.txt



--

----------------------------
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



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

Quote:
Hi,
I want use a DTS job to append to a text file at a given
interval. I can create the job OK but have not found a way
to sucessfully append the file, only drop and recreate the
file with the new data.

Any Help?
Mark



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.