ROCKO
SSC-Addicted
Points: 429
More actions
April 16, 2003 at 1:46 pm
#81424
How do you concatenate multiple files (with the same formats) at the same time as input in a DTS package ?
Allen Cui-55137
SSC Guru
Points: 51650
April 16, 2003 at 2:12 pm
#454434
Use xp_cmdshell to run DOS command "copy a.txt + b.txt c.txt" to create concatenate file c.txt and then run the DTS package.
April 16, 2003 at 4:44 pm
#454451
Thanks for ypur help!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply