dbTalk Databases Forums  

Merging Files With DTS

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


Discuss Merging Files With DTS in the microsoft.public.sqlserver.dts forum.



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

Default Merging Files With DTS - 08-12-2003 , 07:53 AM







I need to Merge some txt files, and I want to use DTS. Itīs Possible?
When Iīve tried it, I donīt Known where I set de Destination to be an
"append" file.
If i have some transformation, itīs always dlete de old file and create
a new file with the lines of the transformation. Somone Known if merging
files in DTS itīs possible?

Thankīs.

--
Posted via http://dbforums.com

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

Default Re: Merging Files With DTS - 08-12-2003 , 09:08 AM






If you want to merge two files you can use

COPY TextFile1.txt + TextFile2.txt TextFile3.txt

This will merge TextFile1 and TextFile2 into a new file called TextFile3



--

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



"robmarchi" <member18891 (AT) dbforums (DOT) com> wrote

Quote:
I need to Merge some txt files, and I want to use DTS. Itīs Possible?
When Iīve tried it, I donīt Known where I set de Destination to be an
"append" file.
If i have some transformation, itīs always dlete de old file and create
a new file with the lines of the transformation. Somone Known if merging
files in DTS itīs possible?

Thankīs.

--
Posted via http://dbforums.com



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.