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 |